mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
docs: Fix module reference in guix-home-service-type.
* doc/guix.texi (Guix Services): Use (gnu services guix) module instead of the outdated (gnu home) module in the example. Closes #2369. Change-Id: I19eeeffbaeb150db68510c90b0f7c8ef23bdfeb6 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
0c458e27df
commit
8a8a31fad1
1 changed files with 1 additions and 1 deletions
|
@ -43479,7 +43479,7 @@ is a string representing the user to deploy the configuration under and
|
|||
the value is a home-environment configuration.
|
||||
|
||||
@lisp
|
||||
(use-modules (gnu home))
|
||||
(use-modules (gnu services guix))
|
||||
|
||||
(define my-home
|
||||
(home-environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue