From dce058367962968d0715ef8a1032fe1134aa0817 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 31 Mar 2024 14:06:58 +0200 Subject: [PATCH] wanna get rid of the sounds --- modules/graphical/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/plasma.nix b/modules/graphical/plasma.nix index 39c8a08..97b00e8 100644 --- a/modules/graphical/plasma.nix +++ b/modules/graphical/plasma.nix @@ -9,4 +9,5 @@ #displayManager.sddm.wayland.enable = true; }; services.desktopManager.plasma6.enable = true; + environment.plasma6.excludePackages = with pkgs.kdePackages; [ ocean-sound-theme spectacle ]; }