summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorRichard Sent <richard@freakingpenguin.com>2024-06-15 10:38:33 -0400
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-06-22 21:51:02 +0800
commit5d39cbdfff0c3d3ddb1d97666dadb725874158e3 (patch)
treef2432622c3982a49a1519a7f928740c8508eba96 /doc/guix.texi
parentbfd957ee5923ea8c55a7c519fd6fc2e8b253783d (diff)
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>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 0102fd0fad..111b911d00 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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