nixpkgs/pkgs
Maximilian Bosch dee2dab7c6
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
2018-09-19 21:27:10 +02:00
..
applications Merge pull request #46715 from ttuegel/emacs-packages/2018-09-15 2018-09-15 16:03:35 -05:00
build-support buildRustCrate: added some edge cases with binaries 2018-09-13 22:00:29 +02:00
common-updater
data all-cabal-hashes: update snapshot to Hackage at 2018-09-12T08:26:27Z 2018-09-12 10:35:02 +02:00
desktops Merge pull request #46636 from jtojnar/flatpak-1.0.2 2018-09-14 14:56:57 +02:00
development Merge pull request #46694 from etu/upgrade-php-7210 2018-09-15 23:30:30 +02:00
games Merge pull request #46385 from xeji/p/broken 2018-09-15 00:54:49 +02:00
misc matcha: init at 2018-09-14 (#46693) 2018-09-15 16:50:24 +02:00
os-specific linux: 4.18.7 -> 4.18.8 2018-09-15 09:46:22 -04:00
servers apacheKafka_0_10: 0.10.2.1 -> 0.10.2.2 2018-09-15 10:09:21 -04:00
shells zsh: 5.6.1 -> 5.6.2 2018-09-15 00:05:48 -05:00
stdenv
test
tools ibus-engines.typing-booster: init at 2.1.1 2018-09-19 21:27:10 +02:00
top-level ibus-engines.typing-booster: init at 2.1.1 2018-09-19 21:27:10 +02:00