diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-12-13 23:37:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-16 22:32:11 +0100 |
commit | 0aa45f18543552f2396414ab130dab40f8969d27 (patch) | |
tree | 7e28f838a4689df6295e6860bc2e82cb8e04b315 /doc/guix.texi | |
parent | f68060a10182f4ff02eebaa2c426124eb92f97d8 (diff) |
home: Define ‘%base-home-services’.
* gnu/home.scm (%base-home-services): New variable.
(<home-environment>)[services]: Change default to ‘%base-home-services’.
* guix/scripts/home/import.scm (manifest+configuration-files->code): Use
‘%base-home-services’ by default.
* tests/home-import.scm (match-home-environment-no-services)
(match-home-environment-transformations)
(match-home-environment-no-services-nor-packages)
(match-home-environment-bash-service)
(match-home-environment-bash-service-with-alias): Adjust accordingly.
* doc/he-config-bare-bones.scm: Use ‘%base-home-services’.
* doc/guix.texi (Declaring the Home Environment): Add index entry for
‘%base-home-services’.
Change-Id: Id95ede62b97a976aad138bfc4b63fc0bdf37c7de
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 01a2ca19d0a..be7472714cb 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -46272,6 +46272,7 @@ it manually. (@pxref{Configuring the Shell}). @end quotation @findex home-environment +@vindex %base-home-services @lisp @include he-config-bare-bones.scm @end lisp |