diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-10-16 12:31:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-24 18:06:20 +0200 |
commit | 569c085927533a7c7d84dd46637637dc5f9187c1 (patch) | |
tree | 5ea8231086244d87d6c7f6d2202ad1233bbd7437 /doc | |
parent | 978b9619a8adcf884b672db48facca9414f3070c (diff) |
doc: Mention Guix Home in “Getting Started”.
* doc/guix.texi (Getting Started): Mention Guix Home.
(Home Configuration): Remove “still under development” note.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2584d80475..b90078be06 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3074,6 +3074,10 @@ deleting old generations, collecting garbage, and other nifty features that will come in handy as you become more familiar with Guix. If you are a developer, @pxref{Development} for additional tools. And if you're curious, @pxref{Features}, to peek under the hood. + +You can also manage the configuration of your entire @dfn{home +environment}---your user ``dot files'', services, and packages---using +Guix Home. @xref{Home Configuration}, to learn more about it! @end quotation Once you've installed a set of packages, you will want to periodically @@ -43129,12 +43133,6 @@ command (@pxref{Invoking guix home}). @c Maybe later, it will be possible to make home configuration a part of @c system configuration to make everything managed by guix system. -@quotation Note -The functionality described in this section is still under development -and is subject to change. Get in touch with us on -@email{guix-devel@@gnu.org}! -@end quotation - The user's home environment usually consists of three basic parts: software, configuration, and state. Software in mainstream distros are usually installed system-wide, but with GNU Guix most software packages |