From da95e1d2f8c285af871889a4dd4bf07359f89fdf Mon Sep 17 00:00:00 2001 From: Ayman Boukraa Date: Wed, 4 Mar 2026 13:03:18 +0100 Subject: [PATCH] fix: kitty use system package, login shell for correct PATH, blur removed --- home/modules/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/kitty.nix b/home/modules/kitty.nix index 7f4b91b..530f1a7 100644 --- a/home/modules/kitty.nix +++ b/home/modules/kitty.nix @@ -14,6 +14,7 @@ in }; settings = { + shell = "zsh --login"; # Colors background = c.bg; foreground = c.fg;