diff --git a/home.nix b/home.nix index bafb315..cc0df97 100644 --- a/home.nix +++ b/home.nix @@ -80,7 +80,7 @@ enable = true; enableCompletion = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; # enableBashCompletion = true; oh-my-zsh = { enable = true;