diff options
| author | NoƩ Lopez <noelopez@free.fr> | 2026-03-27 21:43:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-28 13:50:12 +0000 |
| commit | aa7e9d4b6e6057f6c53e9f8e7833b3c2989d5be7 (patch) | |
| tree | da014d97bccf94abb87944aaa209a2492828e51e /doc | |
| parent | 3aaf965ecef554b3c7c721a14633ae370c4354bb (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>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 080caf852d..1c7ca45823 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -51944,7 +51944,9 @@ following format: @defvar home-activation-service-type The service of this type generates a guile script, which runs on every @command{guix home reconfigure} invocation or any other action, which -leads to the activation of the home environment. +leads to the activation of the home environment. This service can be +extended with G-Expressions (@pxref{G-Expressions}), which will be run +in the generated guile script. @end defvar @defvar home-symlink-manager-service-type |
