feat(program): replace blackbox with kitty

This commit is contained in:
2026-05-23 11:24:23 +02:00
parent 5703190fc1
commit c598be8f3f
6 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
sessionVariables = {
EDITOR = "nvim";
BROWSER = "firefox";
TERMINAL = "blackbox";
TERMINAL = "kitty";
};
packages = [
pkgs.dconf