diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index 183d8af..752de88 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -8,7 +8,7 @@ defaultKeymap = "viins"; enableAutosuggestions = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; history = { expireDuplicatesFirst = true; extended = true;