From 4814cc472266b9fbd99b64c2aff9d46e286de14b Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 28 Jul 2026 22:35:52 +0530 Subject: [PATCH] feat(zsh): switch to fast-syntax-highlighting --- modules/hm/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/shell/zsh.nix b/modules/hm/shell/zsh.nix index e751b1b..d8d3c01 100644 --- a/modules/hm/shell/zsh.nix +++ b/modules/hm/shell/zsh.nix @@ -14,7 +14,7 @@ save = 1000000; path = "$HOME/.local/share/zsh/.zsh_history"; }; - syntaxHighlighting.enable = true; + fastSyntaxHighlighting.enable = true; autosuggestion.enable = true; initContent = '' ${lib.getExe pkgs.fastfetch}