about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-08-22 18:49:00 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-08-22 18:49:13 -0500
commitcb78ef0eb3291d3db25c44ea3fe0457000d8cff1 (patch)
tree5d979422d33b756c8d15ee3937ea79d31b7187dd
parent96ee6f08c681490dd565f37aef2303323a587089 (diff)
downloadnixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.tar
nixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.tar.gz
nixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.tar.bz2
nixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.tar.lz
nixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.tar.xz
nixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.tar.zst
nixlib-cb78ef0eb3291d3db25c44ea3fe0457000d8cff1.zip
kde5: colord-kde moved
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index 86b98c2b6601..bc010d1ce1cf 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -169,7 +169,7 @@ in
       ++ lib.optional config.networking.networkmanager.enable kde5.plasma-nm
       ++ lib.optional config.hardware.pulseaudio.enable kde5.plasma-pa
       ++ lib.optional config.powerManagement.enable kde5.powerdevil
-      ++ lib.optional config.services.colord.enable kde5.colord-kde
+      ++ lib.optional config.services.colord.enable pkgs.colord-kde
       ++ lib.optionals config.services.samba.enable [ kde5.kdenetwork-filesharing pkgs.samba ];
 
     environment.pathsToLink = [ "/share" ];