diff --git a/home-cli.nix b/home-cli.nix index 9f67a46..862ac92 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -138,7 +138,7 @@ in programs.zsh = { enable = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; oh-my-zsh = { enable = true; plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];