Fix swayidle

This commit is contained in:
Andrea Ciceri 2023-12-11 22:01:51 +01:00
parent 3c29cd62f7
commit 55835d1367
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 23 additions and 14 deletions

6
modules/pam/default.nix Normal file
View file

@ -0,0 +1,6 @@
{
security.pam.services.swaylock.text = ''
auth include login
auth sufficient pam_unix.so try_first_pass likeauth nullok
'';
}