diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 6eca416..f6e1d68 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -4,7 +4,7 @@ programs.zsh = { enable = true; enableCompletion = true; - autosuggestions.enable = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; history.size = 10000;