fix: kitty use system package, login shell for correct PATH, blur removed

This commit is contained in:
2026-03-04 13:03:18 +01:00
parent 410dce8cc2
commit da95e1d2f8
+1
View File
@@ -14,6 +14,7 @@ in
}; };
settings = { settings = {
shell = "zsh --login";
# Colors # Colors
background = c.bg; background = c.bg;
foreground = c.fg; foreground = c.fg;