summaryrefslogtreecommitdiff
path: root/hermes
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2025-11-06 16:06:01 +0100
committerLeonardo <noreply@leoflo.me>2025-11-06 16:09:03 +0100
commitd38f7f0bf56417339d605aafca79af7c2597d638 (patch)
tree0323960d3e6944970f53da02d0f7b7fbcf96b732 /hermes
parent335a8a694a55168ee12a14d4be3907c1d181343d (diff)
downloadnixos-d38f7f0bf56417339d605aafca79af7c2597d638.tar.gz
nixos-d38f7f0bf56417339d605aafca79af7c2597d638.zip
rimosso kde discover
Diffstat (limited to 'hermes')
-rw-r--r--hermes/nixos/gui/plasma.nix6
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
];
};
}