nixos: fix swaylock

This commit is contained in:
genofire 2021-10-09 01:09:18 +02:00
parent cd4b561378
commit 16b82529c4
1 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,6 @@
isNormalUser = true;
useDefaultShell = true;
};
security.pam.services.swaylock = {};
}