summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-09-16 18:36:21 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2018-09-19 21:27:10 +0200
commitdee2dab7c6a84c7615e81d20aec5e12ed3b0ae1b (patch)
tree4440d93d605120d30e21c4c9dcf05c733342d34d /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parentd3d465e32f53dd88c2b4229c207ff7d005098f1d (diff)
ibus-engines.typing-booster: init at 2.1.1
This package providesa completion input method for faster typing. See https://mike-fabian.github.io/ibus-typing-booster Detailed instructions how to activate this IBus engine on your desktop can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html A simple VM with the Gnome3 desktop and activated `ibus' looks like this: ```nix { emojipicker = { pkgs, ... }: { services.xserver = { enable = true; desktopManager.gnome3.enable = true; desktopManager.xterm.enable = false; }; users.extraUsers.vm = { password = "vm"; isNormalUser = true; }; i18n.inputMethod.ibus.engines = [ pkgs.ibus-engines.typing-booster ]; i18n.inputMethod.enabled = "ibus"; virtualisation.memorySize = 2048; }; } ``` Fixes #38721
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions