swaylock: Add a short note about the required PAM module

See #89019, hopefully this helps a bit.
This commit is contained in:
Michael Weiss 2020-05-28 00:06:35 +02:00
parent 9cb0fd80bc
commit 023e11ae34
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
description = "Screen locker for Wayland";
longDescription = ''
swaylock is a screen locking utility for Wayland compositors.
Important note: If you don't use the Sway module (programs.sway.enable)
you need to set "security.pam.services.swaylock = {};" manually.
'';
inherit (src.meta) homepage;
license = licenses.mit;