diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index bc6c362..7894ce8 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -7,7 +7,7 @@ enableCompletion = true; enableVteIntegration = true; - enableAutosuggestions = true; + autosuggestion.enable = true; syntaxHighlighting.enable = true; # defaultKeymap = "emacs";