This commit is contained in:
2025-12-05 12:30:17 -05:00
parent 8bcae84e6f
commit f864752d26

View File

@@ -16,9 +16,11 @@ in
ghostty
];
services.plasma.settings = {
general.defaultTerminal = "ghostty";
};
programs.plasma-manager.enable = true;
xdg.configFile."kdeglobals".source = pkgs.writeText "kdeglobals" ''
[General]
TerminalApplication=${pkgs.ghostty}/bin/ghostty
'';
programs.zsh = {
enable = true;