From f864752d26ec37c12212de2e990781439c80a4e5 Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Fri, 5 Dec 2025 12:30:17 -0500 Subject: [PATCH] ghostty --- users/hdh20267.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/users/hdh20267.nix b/users/hdh20267.nix index accdfa3..cdf40bc 100644 --- a/users/hdh20267.nix +++ b/users/hdh20267.nix @@ -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;