diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-06-05 15:21:54 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-06-05 15:21:54 +0100 |
commit | 5326b5aeb3238ad07e8f47df907ca2c1214a0b11 (patch) | |
tree | e7dc17c15c4fbbb593d034c4a21602e77c3f1cb9 /nix-conf/home/includes | |
parent | 70a88e1ac1ec05d7e1f773fd5a44fdfb41a729e6 (diff) | |
download | dotfiles-5326b5aeb3238ad07e8f47df907ca2c1214a0b11.tar.gz |
enableAutosuggestions -> autosuggestion.enable (zsh)
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 49b6b45..4858b62 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -29,7 +29,7 @@ in programs.zsh = { enable = true; enableCompletion = true; - enableAutosuggestions = true; + autosuggestion.enable = true; defaultKeymap = "emacs"; history = { size = 100000; |