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>
This commit is contained in:
Arvid Krein 2023-06-06 13:59:20 +02:00 committed by Josselin Poiret
parent 3e99157247
commit 5b6e9b2463
No known key found for this signature in database
GPG Key ID: 505E40B916171A8A
1 changed files with 1 additions and 1 deletions

View File

@ -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