sway: Add swaylock and swayidle

This commit is contained in:
fleaz 2022-03-02 00:00:03 +01:00
parent be49bc0169
commit d4ee062827
4 changed files with 20 additions and 1 deletions

4
modules/pam.nix Normal file
View file

@ -0,0 +1,4 @@
{
# Allow swaylock to talk to PAM
security.pam.services.swaylock = {};
}