feat(auth): enable fingerprint detection for auth
This commit is contained in:
1
home.nix
1
home.nix
@@ -58,6 +58,7 @@ in
|
||||
latest.yubico-pam
|
||||
latest.yubikey-manager
|
||||
latest.pam_u2f
|
||||
latest.polkit_gnome # fun fact: https://gitlab.gnome.org/GNOME/gdm/-/issues/613
|
||||
|
||||
latest.arandr
|
||||
latest.feh
|
||||
|
||||
@@ -30,8 +30,9 @@
|
||||
# Enable thermal data
|
||||
services.thermald.enable = true;
|
||||
|
||||
# TODO Enable fingerprint support
|
||||
# services.fprintd.enable = true;
|
||||
# Enable fingerprint support
|
||||
# see https://wiki.archlinux.org/title/fprint for usage
|
||||
services.fprintd.enable = true;
|
||||
|
||||
# Display things like a boss
|
||||
## Make it work
|
||||
|
||||
Reference in New Issue
Block a user