diff --git a/hosts/neodymium/home/shell/zsh.nix b/hosts/neodymium/home/shell/zsh.nix index d6f73af..f0bcaf7 100644 --- a/hosts/neodymium/home/shell/zsh.nix +++ b/hosts/neodymium/home/shell/zsh.nix @@ -2,7 +2,7 @@ programs.zsh = { enable = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; enableCompletion = true; sessionVariables = { VISUAL = "micro";