From 78aced51d6b77470a89b2c1704a56a15a1e346d6 Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Wed, 25 Feb 2026 21:06:15 +0100 Subject: [PATCH] Tetsing zsh.nix --- henrovnix_ok/home/dev/zsh.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/henrovnix_ok/home/dev/zsh.nix b/henrovnix_ok/home/dev/zsh.nix index d8c8f0c82..64c36600f 100644 --- a/henrovnix_ok/home/dev/zsh.nix +++ b/henrovnix_ok/home/dev/zsh.nix @@ -5,8 +5,8 @@ in { programs.zsh = { enable = true; - syntaxHighlighting.enable = true; - autosuggestions.enable = true; + #syntaxHighlighting.enable = true; + #autosuggestions.enable = true; enableCompletion = true; autocd = true; dotDir = config.home.homeDirectory; @@ -24,8 +24,8 @@ in "docker" "kubectl" # IMPORTANT: these should be last - #"zsh-autosuggestions" - #"zsh-syntax-highlighting" + "zsh-autosuggestions" + "zsh-syntax-highlighting" ]; }; '';