summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-10-23 19:44:17 +0300
committerDoron Behar <doron.behar@gmail.com>2020-10-30 20:37:58 +0200
commite681f442c98ac653ffcc50f014b66b686c2e9470 (patch)
treea380d10f6ca9f36956cdda70cabba273d28118b0 /nixos/modules/services
parent9f9bdaba97221afb86dbaf3f7288378a37455156 (diff)
downloadnixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.tar
nixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.tar.gz
nixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.tar.bz2
nixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.tar.lz
nixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.tar.xz
nixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.tar.zst
nixpkgs-e681f442c98ac653ffcc50f014b66b686c2e9470.zip
nixos/plasma: Fix attribute path to kinit
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 ad0385ddeed..b4f45a24efd 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -200,7 +200,7 @@ in
 
       security.wrappers = {
         kcheckpass.source = "${lib.getBin plasma5.kscreenlocker}/libexec/kcheckpass";
-        start_kdeinit.source = "${lib.getBin pkgs.kinit}/libexec/kf5/start_kdeinit";
+        start_kdeinit.source = "${lib.getBin pkgs.kdeFrameworks.kinit}/libexec/kf5/start_kdeinit";
         kwin_wayland = {
           source = "${lib.getBin plasma5.kwin}/bin/kwin_wayland";
           capabilities = "cap_sys_nice+ep";