diff options
Diffstat (limited to 'modules/apps/hyprlock.nix')
-rw-r--r-- | modules/apps/hyprlock.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/apps/hyprlock.nix b/modules/apps/hyprlock.nix index fbd41e9..50f8d6e 100644 --- a/modules/apps/hyprlock.nix +++ b/modules/apps/hyprlock.nix @@ -19,6 +19,11 @@ in { enable = true; settings = { + auth = { + "pam:enabled" = true; + "fingerprint:enabled" = config.fingerprint; + }; + background = { path = config.theme.lockscreen; color = base; |