summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-10-04 15:42:46 +0800
committerGitHub <noreply@github.com>2018-10-04 15:42:46 +0800
commit6b4d3366519b32efe24f0a63d4fe5582421740d9 (patch)
treeb383596eeb51aef21d3cbf86001a958f10e2f058 /nixos/modules/services
parent665da3972ab46eb302890b87cab49d4da25c0f50 (diff)
parentd10a84eb21a52343041ccb5afa07992845b2b1e2 (diff)
downloadnixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.tar
nixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.tar.gz
nixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.tar.bz2
nixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.tar.lz
nixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.tar.xz
nixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.tar.zst
nixpkgs-6b4d3366519b32efe24f0a63d4fe5582421740d9.zip
Merge pull request #47838 from peterhoeg/f/plasma
kcheckpass: it is in kscreenlocker, not plasma-workspace
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index e759f69db89..f29a838facd 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -64,7 +64,7 @@ in
       };
 
       security.wrappers = {
-        kcheckpass.source = "${lib.getBin plasma5.plasma-workspace}/lib/libexec/kcheckpass";
+        kcheckpass.source = "${lib.getBin plasma5.kscreenlocker}/lib/libexec/kcheckpass";
         "start_kdeinit".source = "${lib.getBin pkgs.kinit}/lib/libexec/kf5/start_kdeinit";
         kwin_wayland = {
           source = "${lib.getBin plasma5.kwin}/bin/kwin_wayland";