diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 22f328a..e30f490 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -8,7 +8,7 @@ enableCompletion = true; enableVteIntegration = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; # defaultKeymap = "emacs";