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:
Roman Scherer 2024-09-07 15:12:33 +02:00 committed by Ludovic Courtès
parent cdb31a8869
commit 6517baf995
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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