From e2486fa2fa5b3014a22b52ac521cd77f80b7444a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Jun 2025 15:06:34 -0400 Subject: update ly version and update config --- modules/apps/hyprlock.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/apps/hyprlock.nix') diff --git a/modules/apps/hyprlock.nix b/modules/apps/hyprlock.nix index 8c6bb6a..6d4d238 100644 --- a/modules/apps/hyprlock.nix +++ b/modules/apps/hyprlock.nix @@ -50,7 +50,11 @@ in { fade_on_empty = false; placeholder_text = "Enter Password" - + (optionals config.fingerprint " or Touch Fingerprint"); + + ( + if config.fingerprint + then " or Touch Fingerprint" + else "" + ); hide_input = false; check_color = error; fail_color = error; -- cgit v1.2.3-freya