summaryrefslogtreecommitdiffstats
path: root/modules/shell/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shell/zsh.nix')
-rw-r--r--modules/shell/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix
index c39ec7a..c844564 100644
--- a/modules/shell/zsh.nix
+++ b/modules/shell/zsh.nix
@@ -39,7 +39,7 @@ in {
};
zsh = {
enable = true;
- enableAutosuggestions = true;
+ autosuggestion.enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
autocd = true;