fix swaylock

This commit is contained in:
Sakooooo 2023-09-07 08:36:24 +04:00
parent ae4555af14
commit 33c951625f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -112,5 +112,13 @@ in
}; };
}; };
}; };
# swaylock doesnt work without this
security.pam.services.swaylock.text = ''
# PAM configuration file for the swaylock screen locker. By default, it includes
# the 'login' configuration file (see /etc/pam.d/login)
auth include login
'';
}; };
} }