diff options
author | Andrew Tropin <andrew@trop.in> | 2021-09-24 09:14:19 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-09-27 17:06:55 +0300 |
commit | 3c604968a1b51d60094baf36404102a66bf1668e (patch) | |
tree | 95c3db5048a6f29fccb9dc2f724d7687d8ff815c | |
parent | a2324d8b56eabf8117bca220a507cc791edffd2e (diff) | |
download | guix-3c604968a1b51d60094baf36404102a66bf1668e.tar.gz |
doc: Add a note about Guix Home status.
* doc/guix.texi: Add a note about Guix Home status. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 419d9429d6..0306df73a4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35262,6 +35262,12 @@ 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 |