diff options
-rw-r--r-- | hel.nix | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | environment.systemPackages = with pkgs; [ | 44 | environment.systemPackages = with pkgs; [ |
45 | git | 45 | git |
46 | i3lock | 46 | slock |
47 | shadow | 47 | shadow |
48 | (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; }) | 48 | (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; }) |
49 | (callPackage ./utils/nix/rebuild-system.nix {}) | 49 | (callPackage ./utils/nix/rebuild-system.nix {}) |
@@ -204,8 +204,6 @@ | |||
204 | enable = true; | 204 | enable = true; |
205 | drivers = with pkgs; [ samsung-unified-linux-driver ]; | 205 | drivers = with pkgs; [ samsung-unified-linux-driver ]; |
206 | }; | 206 | }; |
207 | |||
208 | fprintd.enable = true; | ||
209 | }; | 207 | }; |
210 | 208 | ||
211 | users = { | 209 | users = { |
@@ -230,9 +228,7 @@ | |||
230 | %wheel ALL=(ALL) NOPASSWD: SYSCTRL | 228 | %wheel ALL=(ALL) NOPASSWD: SYSCTRL |
231 | ''; | 229 | ''; |
232 | 230 | ||
233 | setuidPrograms = ["mount" "mount.nfs" "umount" "newgrp" "thinklight"]; | 231 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; |
234 | |||
235 | pam.services."i3lock".fprintAuth = true; | ||
236 | }; | 232 | }; |
237 | 233 | ||
238 | time.timeZone = "Europe/Berlin"; | 234 | time.timeZone = "Europe/Berlin"; |