doc: cookbook: Fix typo in screen-locker-service-type
The screen locker service type is called screen-locker-service-type, and not screen-locker-services-type. * doc/guix-cookbook.texi (Xorg): Fix typo. Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cdb31a8869
commit
6517baf995
@ -2453,7 +2453,7 @@ be made setuid-root so it can authenticate users, and it needs a PAM service. Th
|
||||
can be achieved by adding the following service to your @file{config.scm}:
|
||||
|
||||
@lisp
|
||||
(service screen-locker-services-type
|
||||
(service screen-locker-service-type
|
||||
(screen-locker-configuration
|
||||
(name "slock")
|
||||
(program (file-append slock "/bin/slock"))))
|
||||
|
Loading…
Reference in New Issue
Block a user