nixpkgs/pkgs/tools
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
..
admin salt: fix darwin build by specifying dependency on tornado 4 2018-09-15 10:09:36 +02:00
archivers treewide: Remove usage of remaining redundant platform compatability stuff 2018-08-30 17:20:32 -04:00
audio accuraterip-checksum: init at 1.5 2018-09-14 20:31:33 +02:00
backup dar: add license 2018-09-11 23:54:23 +02:00
bluetooth Merge pull request #44808 from r-ryantm/auto-update/blueman 2018-08-09 13:53:22 +08:00
bootloaders/refind reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
cd-dvd lsdvd: add license 2018-09-07 23:48:32 +02:00
compression zdelta: add license 2018-09-07 22:13:59 +02:00
filesystems exfat: 1.2.8 -> 1.3.0 2018-09-15 11:46:04 +03:00
graphics pdftag: 1.0.4 -> 1.0.5 2018-09-14 00:47:47 +02:00
inputmethods ibus-engines.typing-booster: init at 2.1.1 2018-09-19 21:27:10 +02:00
misc youtube-dl: 2018.08.04 -> 2018.09.10 2018-09-15 14:13:26 -03:00
networking nbd: add which to buildInputs (#46635) 2018-09-14 19:05:40 +02:00
nix/info nix-info: use checkInputs 2018-08-11 09:35:26 +00:00
package-management cargo-update: fix darwin build (#46625) 2018-09-13 23:36:17 +02:00
security sops: 3.0.2 -> 3.1.0 2018-09-15 14:51:27 -05:00
system vbetool: add license 2018-09-12 23:12:15 +02:00
text ripgrep: 0.9.0 -> 0.10.0 (#46331) 2018-09-08 14:21:25 +02:00
typesetting tectonic: 0.1.8 -> 0.1.9 2018-09-15 21:50:23 +03:00
video flvtool2: add licenses 2018-09-12 23:12:15 +02:00
virtualization google-compute-engine: 20180129 -> 20180510 (#46278) 2018-09-13 20:09:08 +01:00
X11 treewide: fix config.allowAliases = false evaluation 2018-09-13 06:47:22 -07:00