diff options
Diffstat (limited to 'modules/shell/zsh.nix')
-rw-r--r-- | modules/shell/zsh.nix | 2 |
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; |