feat: adds fingerprint stuffs

This commit is contained in:
Ahwx 2024-09-28 18:07:09 +02:00
parent cbcf0a2db8
commit bfb97c9f1c

View file

@ -16,9 +16,16 @@
greetd.u2fAuth = true; greetd.u2fAuth = true;
sudo.u2fAuth = true; sudo.u2fAuth = true;
hyprlock.u2fAuth = true; hyprlock.u2fAuth = true;
swaylock.fprintAuth = true;
hyprlock.fprintAuth = true;
# pam.services.swaylock = {}; # Already enabled
}; };
}; };
services = {
fprintd.enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
yubikey-manager yubikey-manager
]; ];