summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers/kde5.nix
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 01:58:12 -0600
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 01:58:12 -0600
commita8cb2afa981099889cf47185be33f4a831ff482b (patch)
tree21fd0eab3bcd7122c64eb329adf2250f7660b94b /nixos/modules/services/x11/desktop-managers/kde5.nix
parentaf3b9a3d46672232d70e4ab6a45f00e10363bfae (diff)
downloadnixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.tar
nixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.tar.gz
nixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.tar.bz2
nixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.tar.lz
nixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.tar.xz
nixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.tar.zst
nixpkgs-a8cb2afa981099889cf47185be33f4a831ff482b.zip
Fixing a bunch of issues
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers/kde5.nix')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix18
1 files changed, 4 insertions, 14 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index a4124aaefa9..00fdfedbc7b 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -68,20 +68,10 @@ in
         '';
       };
 
-      security.wrappers.setuid = [
-        {
-          program = "kcheckpass";
-          source = "${kde5.plasma-workspace.out}/lib/libexec/kcheckpass";
-          owner = "root";
-          setuid = true;
-        }
-        {
-          program = "start_kdeinit";
-          source = "${kde5.kinit.out}/lib/libexec/kf5/start_kdeinit";
-          owner = "root";
-          setuid = true;
-        }
-      ];
+      security.wrappers = {
+        kcheckpass.source = "${kde5.plasma-workspace.out}/lib/libexec/kcheckpass";
+        "start_kdeinit".source = "${kde5.kinit.out}/lib/libexec/kf5/start_kdeinit";
+      };
 
       environment.systemPackages =
         [