~ruther/guix-local

5b6e9b2463f94ae41121e379515c756a6eed9b7f — Arvid Krein 2 years ago 3e99157
doc: Fix typo in screen-locker-service swaylock example.

* doc/guix.texi (X Window): Reference swaylock instead of xlockmore.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 22772,7 22772,7 @@ and setuid enabled.  One can thus disable setuid:
(service screen-locker-service-type
         (screen-locker-configuration
           (name "swaylock")
           (program (file-append xlockmore "/bin/xlock"))
           (program (file-append swaylock "/bin/swaylock"))
           (using-pam? #t)
           (using-setuid? #f)))
@end lisp