summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/sils/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sils/zsh/default.nix b/users/sils/zsh/default.nix
index 8743678..ea47f7a 100644
--- a/users/sils/zsh/default.nix
+++ b/users/sils/zsh/default.nix
@@ -7,7 +7,7 @@
enable = true;
syntaxHighlighting.enable = true;
- enableAutosuggestions = true;
+ autosuggestion.enable = true;
enableCompletion = true;
autocd = true;