about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-04 20:50:06 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-04 20:50:06 +0200
commit7c39d372f7164831a1506501dae51c8ab1a161a2 (patch)
tree6d0d45f7f8b9070e4218cf8d2a1c24b8f92d750d /nixos/modules
parent612b7cbb4be1133afdb294b6abd26e822be39a75 (diff)
nixos/plasma6: make print-manager depend on cups
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/desktop-managers/plasma6.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/desktop-managers/plasma6.nix b/nixos/modules/services/desktop-managers/plasma6.nix
index 83f6b5bc0ea10..cf51f6025506e 100644
--- a/nixos/modules/services/desktop-managers/plasma6.nix
+++ b/nixos/modules/services/desktop-managers/plasma6.nix
@@ -142,7 +142,6 @@ in {
         okular
         kate
         khelpcenter
-        print-manager
         dolphin
         dolphin-plugins
         spectacle
@@ -168,12 +167,13 @@ in {
         )
         kio-extras-kf5
       ]
-      # Optional hardware support features
+      # Optional and hardware support features
       ++ lib.optionals config.hardware.bluetooth.enable [bluedevil bluez-qt pkgs.openobex pkgs.obexftp]
       ++ lib.optional config.networking.networkmanager.enable plasma-nm
       ++ lib.optional config.hardware.pulseaudio.enable plasma-pa
       ++ lib.optional config.services.pipewire.pulse.enable plasma-pa
       ++ lib.optional config.powerManagement.enable powerdevil
+      ++ lib.optional config.services.printing.enable print-manager
       ++ lib.optional config.services.colord.enable colord-kde
       ++ lib.optional config.services.hardware.bolt.enable plasma-thunderbolt
       ++ lib.optional config.services.samba.enable kdenetwork-filesharing