summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoƩ Lopez <noelopez@free.fr>2026-03-27 21:43:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-28 13:50:12 +0000
commitaa7e9d4b6e6057f6c53e9f8e7833b3c2989d5be7 (patch)
treeda014d97bccf94abb87944aaa209a2492828e51e
parent3aaf965ecef554b3c7c721a14633ae370c4354bb (diff)
doc: Document home-activation-service-type extension.
* doc/guix.texi (Essential Home Services): Document home-activation-service-type extension. Merges: https://codeberg.org/guix/guix/pulls/7531 Change-Id: I2f27db86b138ab03ebca866b4a8be51c367b375c Reviewed-by: jgart <jgart@dismail.de> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--doc/guix.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 080caf852d1..1c7ca45823c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -51944,7 +51944,9 @@ following format:
51944@defvar home-activation-service-type 51944@defvar home-activation-service-type
51945The service of this type generates a guile script, which runs on every 51945The service of this type generates a guile script, which runs on every
51946@command{guix home reconfigure} invocation or any other action, which 51946@command{guix home reconfigure} invocation or any other action, which
51947leads to the activation of the home environment. 51947leads to the activation of the home environment. This service can be
51948extended with G-Expressions (@pxref{G-Expressions}), which will be run
51949in the generated guile script.
51948@end defvar 51950@end defvar
51949 51951
51950@defvar home-symlink-manager-service-type 51952@defvar home-symlink-manager-service-type