remove discover

This commit is contained in:
Seaswimmer 2024-12-13 08:06:40 -05:00
parent 308a9f2aac
commit 003d3da4f8
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -36,6 +36,9 @@ in
# Enable the KDE Plasma Desktop Environment. # Enable the KDE Plasma Desktop Environment.
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
environment.plasma6.excludePackages = with pkgs.kdePackages; [
discover
];
programs.partition-manager.enable = true; programs.partition-manager.enable = true;