wip
CI / lint (push) Successful in 34s
CI / eval (push) Failing after 1m41s

This commit is contained in:
Miguel Palhas
2026-07-16 18:03:52 +01:00
parent c457df3f03
commit 1f94b29d56
+11
View File
@@ -20,6 +20,17 @@
custom.hyprland.cursorSize = 32; custom.hyprland.cursorSize = 32;
# Fingerprint unlock for hyprlock — arrakis is the only host with a reader
# (fprintd is enabled system-side in hosts/arrakis). hyprlock talks to fprintd
# over D-Bus directly (not via PAM), running in parallel with password input:
# type the password or touch the sensor. Enroll first with `fprintd-enroll`.
programs.hyprlock.settings.auth.fingerprint = {
enabled = true;
ready_message = "Scan fingerprint to unlock";
present_message = "Scanning...";
retries = 3;
};
# Moonlight: client for the Sunshine server on konishi (stream games to this laptop). # Moonlight: client for the Sunshine server on konishi (stream games to this laptop).
custom.gaming.moonlight = true; custom.gaming.moonlight = true;