diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-10-31 00:49:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-10-31 00:51:07 +0200 |
commit | c4ac8cf4f61c730ef7e699831f697b853394e3d0 (patch) | |
tree | 79ae6051a7ae632e60c8b3e23eca9d1668869ef7 /doc | |
parent | 971a69d8e33bf3fe37755798b142b18515ad6e06 (diff) | |
download | guix-c4ac8cf4f61c730ef7e699831f697b853394e3d0.tar guix-c4ac8cf4f61c730ef7e699831f697b853394e3d0.tar.gz |
doc: Mention 'guix home reconfigure' upfront.
* doc/guix.texi (Declaring the Home Environment): Mention 'guix home
reconfigure'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9206c0d907..ea1973f02c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35900,6 +35900,16 @@ be confused with Shepherd services (@pxref{Shepherd Services}). Using this exte mechanism and some Scheme code that glues things together gives the user the freedom to declare their own, very custom, home environments. +Once you have a configuration file that suits your needs, you can +reconfigure your home by running: + +@example +guix home reconfigure config.scm +@end example + +This ``builds'' your home environment and creates @file{~/.guix-home} +pointing to it. Voilà! + @node Configuring the Shell @section Configuring the Shell This section is safe to skip if your shell or shells are managed by |