diff options
Diffstat (limited to 'hermes')
| -rw-r--r-- | hermes/nixos/gui/plasma.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hermes/nixos/gui/plasma.nix b/hermes/nixos/gui/plasma.nix index 367bc0e..b290e68 100644 --- a/hermes/nixos/gui/plasma.nix +++ b/hermes/nixos/gui/plasma.nix @@ -18,9 +18,7 @@ # Packages environment.systemPackages = with pkgs.kdePackages; [ - kate - filelight - discover + kate filelight flatpak-kcm ]; @@ -28,7 +26,7 @@ # Excluded packages environment.plasma6.excludePackages = with pkgs.kdePackages; [ plasma-browser-integration - elisa + elisa okular discover ]; }; } |
