enable lockscreen

This commit is contained in:
2026-02-28 21:22:50 +01:00
parent 7817cb19f2
commit 976d6cf554
6 changed files with 55 additions and 21 deletions

View File

@@ -137,10 +137,19 @@
};
# Hyprlock
security.pam.services.hyprlock = { };
security.pam.services.hyprlock = {
text = ''
auth sufficient pam_fprint.so
auth include login
'';
};
# Fingerprint SDDM
services.fprintd.enable = true;
# Enabling the Keyring.
security.pam.services.lightdm.enableGnomeKeyring = true;
security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.sddm.enableGnomeKeyring = true;
services = {
gnome.gnome-keyring.enable = true;
gnome.gcr-ssh-agent.enable = false;