diff --git a/systems/common.nix b/systems/common.nix index c159b2a..4a6f57b 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -62,7 +62,7 @@ users.defaultUserShell = pkgs.zsh; programs.zsh = { enable = true; - enableAutosuggestions = true; + autosuggestions.enable = true; enableCompletion = true; syntaxHighlighting.enable = true; interactiveShellInit = ''