mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
doc: Fix typo in Guix Home Service
* doc/guix.texi (Guix Home Service): Change home-service-type to guix-home-service-type in example. Change-Id: Ief7f71c9e6494ced20ccda3bb2643f01eabe8441 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
bfd957ee59
commit
5d39cbdfff
1 changed files with 1 additions and 1 deletions
|
@ -39654,7 +39654,7 @@ This service can be extended by other services to add additional home
|
|||
environments, as in this example:
|
||||
|
||||
@lisp
|
||||
(simple-service 'my-extra-home home-service-type
|
||||
(simple-service 'my-extra-home guix-home-service-type
|
||||
`(("bob" ,my-extra-home))))
|
||||
@end lisp
|
||||
@end defvar
|
||||
|
|
Loading…
Reference in a new issue