From eb78dfe62ec16b46a389c98df41107d1a415d935 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Fri, 30 Jun 2023 13:29:07 +0200 Subject: [PATCH] flake update zsh fix --- modules/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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