diff options
| author | Seth Flynn <[email protected]> | 2025-01-30 08:26:02 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-30 08:26:02 -0500 |
| commit | 1fa4e291a8347af54a2c4bf5d07bdca0dac2b36f (patch) | |
| tree | 1d9018fc7ad86d7528369c0c1b18747d28ad28ea /modules/nixos/desktop | |
| parent | 90827099fcabc17e3bb4137ab1d843ce108cd686 (diff) | |
nixos/plasma: konsole -> ghostty
Diffstat (limited to 'modules/nixos/desktop')
| -rw-r--r-- | modules/nixos/desktop/plasma/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/nixos/desktop/plasma/default.nix b/modules/nixos/desktop/plasma/default.nix index c021d46..6160afa 100644 --- a/modules/nixos/desktop/plasma/default.nix +++ b/modules/nixos/desktop/plasma/default.nix @@ -14,9 +14,10 @@ in config = lib.mkIf cfg.enable { environment = { plasma6.excludePackages = with pkgs.kdePackages; [ + discover khelpcenter + konsole plasma-browser-integration - print-manager ]; sessionVariables = { @@ -24,8 +25,9 @@ in }; systemPackages = [ - pkgs.haruna # mpv frontend inputs'.krunner-nix.packages.default # thank you leah + pkgs.ghostty + pkgs.haruna # mpv frontend ]; }; |
