diff --git a/modules/core/yubikey.nix b/modules/core/yubikey.nix index 4beff35..58ed749 100644 --- a/modules/core/yubikey.nix +++ b/modules/core/yubikey.nix @@ -16,9 +16,16 @@ greetd.u2fAuth = true; sudo.u2fAuth = true; hyprlock.u2fAuth = true; + swaylock.fprintAuth = true; + hyprlock.fprintAuth = true; + # pam.services.swaylock = {}; # Already enabled }; }; + services = { + fprintd.enable = true; + }; + environment.systemPackages = with pkgs; [ yubikey-manager ];