diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index a47ef0e..eccbfdb 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -10,7 +10,7 @@ enable = true; dotDir = ".config/zsh_nix"; enableAutosuggestions = true; # Auto suggest options and highlights syntact, searches in history for options - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; history.size = 10000; oh-my-zsh = { # Extra plugins for zsh