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 ghostty
]; ];
services.plasma.settings = { programs.plasma-manager.enable = true;
general.defaultTerminal = "ghostty"; xdg.configFile."kdeglobals".source = pkgs.writeText "kdeglobals" ''
}; [General]
TerminalApplication=${pkgs.ghostty}/bin/ghostty
'';
programs.zsh = { programs.zsh = {
enable = true; enable = true;