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.yubico-pam
|
||||||
latest.yubikey-manager
|
latest.yubikey-manager
|
||||||
latest.pam_u2f
|
latest.pam_u2f
|
||||||
|
latest.polkit_gnome # fun fact: https://gitlab.gnome.org/GNOME/gdm/-/issues/613
|
||||||
|
|
||||||
latest.arandr
|
latest.arandr
|
||||||
latest.feh
|
latest.feh
|
||||||
|
|||||||
@@ -30,8 +30,9 @@
|
|||||||
# Enable thermal data
|
# Enable thermal data
|
||||||
services.thermald.enable = true;
|
services.thermald.enable = true;
|
||||||
|
|
||||||
# TODO Enable fingerprint support
|
# Enable fingerprint support
|
||||||
# services.fprintd.enable = true;
|
# see https://wiki.archlinux.org/title/fprint for usage
|
||||||
|
services.fprintd.enable = true;
|
||||||
|
|
||||||
# Display things like a boss
|
# Display things like a boss
|
||||||
## Make it work
|
## Make it work
|
||||||
|
|||||||
Reference in New Issue
Block a user