From f47c1e76e338510a5adf9ba11f980aef31fbc87f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 22 May 2016 16:21:09 +0200 Subject: Revert "i3lock with fingerprint support" This reverts commit 8dcbba599a827f58d50d490de7b6dd76e0365bc1. --- hel.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hel.nix b/hel.nix index c8d9c616..4c7868f7 100644 --- a/hel.nix +++ b/hel.nix @@ -43,7 +43,7 @@ environment.systemPackages = with pkgs; [ git - i3lock + slock shadow (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; }) (callPackage ./utils/nix/rebuild-system.nix {}) @@ -204,8 +204,6 @@ enable = true; drivers = with pkgs; [ samsung-unified-linux-driver ]; }; - - fprintd.enable = true; }; users = { @@ -230,9 +228,7 @@ %wheel ALL=(ALL) NOPASSWD: SYSCTRL ''; - setuidPrograms = ["mount" "mount.nfs" "umount" "newgrp" "thinklight"]; - - pam.services."i3lock".fprintAuth = true; + setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; }; time.timeZone = "Europe/Berlin"; -- cgit v1.2.3