From 26f4bc654cae3831ce118b3986b506f60cb4b486 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 29 Jun 2025 15:05:05 -0400 Subject: add fingerprint to hyprlock --- modules/apps/hyprlock.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3-freya