1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/nixos/modules/programs
Maximilian Bosch aa46b1ec0e nixos/autosuggestions: add module (#41397)
The `zsh-autosuggestions` package provides several configuration options
such as a different highlight style (like `fg=cyan` which is easier to
read).

With `rename.nix` the old `programs.zsh.enableAutosuggestions` is still
functional, but yields the following warning like this during evaluation:

```
trace: warning: The option `programs.zsh.enableAutosuggestions' defined in `<unknown-file>' has been renamed to `programs.zsh.autosuggestions.enable'.
```

The module provides the most common `zsh-autosuggestions` (highlight
style and strategy) as options that will be written into the interactive
shell init (`/etc/zshrc` by default). Further configuration options can
be declared using the `extraConfig` attr set:

```
{
  programs.zsh.autosuggestions.extraConfig = {
    "ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE" = "buffer_size";
  };
}
```

A full list of available configuration options for `zsh-autosuggestions`
can be viewed here: https://github.com/zsh-users/zsh-autosuggestions/blob/v0.4.3/README.md
2018-06-10 23:08:50 +02:00
..
bash nixos: enable bash command completion by default 2018-04-13 18:36:51 +02:00
command-not-found Enable command-not-found 2017-10-10 12:26:24 +02:00
digitalbitbox Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
zsh nixos/autosuggestions: add module (#41397) 2018-06-10 23:08:50 +02:00
adb.nix nixos/adb: add related package 2018-02-09 19:51:06 +00:00
atop.nix
bcc.nix nixos/bcc: init module 2017-09-29 15:18:25 +01:00
blcr.nix
browserpass.nix browserpass module: add firefox support 2018-02-23 00:25:40 +01:00
ccache.nix
cdemu.nix
chromium.nix nixos/programs.chromium: write policies for google-chrome too 2018-02-23 19:00:26 +00:00
criu.nix programs.criu: add nixos option for installing criu + kernel flags 2018-02-15 09:10:32 +01:00
dconf.nix tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
environment.nix nixos: remove PKG_CONFIG_PATH and PERL5LIB environment variables 2018-04-11 19:18:29 +02:00
fish.nix
freetds.nix
gnupg.nix
gphoto2.nix
iftop.nix nixos/iftop: add module 2018-04-07 15:06:51 +02:00
java.nix
kbdlight.nix
less.nix nixos/less: add configFile option 2018-04-08 22:37:35 -04:00
light.nix
mosh.nix nixos/programs.mosh: refactor 2018-06-08 20:57:16 +02:00
mtr.nix
nano.nix
npm.nix
nylas-mail.nix
oblogout.nix
plotinus.nix nixos/plotinus: add module to enable plotinus 2018-02-14 22:25:12 +01:00
plotinus.xml Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
qt5ct.nix
rootston.nix nixos: Move uses of stdenv.shell to runtimeShell. 2018-03-01 14:38:53 -05:00
screen.nix
sedutil.nix nixos sedutil: module for setting up kernel parameters 2018-03-19 12:12:56 +08:00
shadow.nix sg/newgrp should always be available, not chfn 2018-01-14 20:54:40 +01:00
shell.nix nixos/programs/shell.nix: Enhance bad ownership error message 2018-05-24 04:58:57 +03:00
singularity.nix singularity: 2.4 -> 2.4.2 2018-03-12 15:13:31 +11:00
slock.nix
spacefm.nix
ssh.nix nixos: Move uses of stdenv.shell to runtimeShell. 2018-03-01 14:38:53 -05:00
ssmtp.nix
sway.nix nixos/sway: Extend the descriptions and examples 2017-12-25 00:15:06 +01:00
sysdig.nix
systemtap.nix programs.systemtap: add nixos option for installing systemtap 2018-02-15 09:10:32 +01:00
thefuck.nix
tmux.nix nixos/tmux: add related package 2018-02-09 19:51:06 +00:00
udevil.nix nixos udevil: set up wrapper for udevil 2018-02-26 14:30:22 +08:00
venus.nix
vim.nix
virtualbox.nix
way-cooler.nix Make less known wayland compositors usable (#32285) 2017-12-21 16:16:19 +00:00
wireshark.nix
xfs_quota.nix
xonsh.nix
xss-lock.nix nixos/xss-lock: add module (#40619) 2018-05-18 18:24:53 +02:00
yabar.nix yabar: add module 2018-01-04 09:58:21 +01:00