make hyprlock work with pam

This commit is contained in:
jacekpoz 2024-06-09 15:54:06 +02:00
parent abe78cb6c1
commit e0a333a147
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -23,6 +23,8 @@ in {
};
config = mkIf cfg.enable {
security.pam.services.hyprlock.text = "auth include login";
home-manager.users.${username} = {
programs.hyprlock = {
enable = true;