From e844f636f1ce690415ce8c9cb2874ec363de1ff5 Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Wed, 25 Feb 2026 21:17:30 +0100 Subject: [PATCH] Trying to get fancy colors in zsh --- henrovnix_ok/home/dev/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/henrovnix_ok/home/dev/zsh.nix b/henrovnix_ok/home/dev/zsh.nix index 14d19273e..a63fbcc7d 100644 --- a/henrovnix_ok/home/dev/zsh.nix +++ b/henrovnix_ok/home/dev/zsh.nix @@ -11,8 +11,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;