diff --git a/home/env/zsh.nix b/home/env/zsh.nix index e087540d..71a48820 100644 --- a/home/env/zsh.nix +++ b/home/env/zsh.nix @@ -3,7 +3,7 @@ enable = true; enableAutosuggestions = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; enableVteIntegration = true; autocd = true; dotDir = ".config/zsh";