[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: doc: Mention 'guix home reconfigure' upfront.
From: |
guix-commits |
Subject: |
15/15: doc: Mention 'guix home reconfigure' upfront. |
Date: |
Sat, 30 Oct 2021 18:52:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c4ac8cf4f61c730ef7e699831f697b853394e3d0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 31 00:49:31 2021 +0200
doc: Mention 'guix home reconfigure' upfront.
* doc/guix.texi (Declaring the Home Environment): Mention 'guix home
reconfigure'.
---
doc/guix.texi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9206c0d..ea1973f 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
- 14/15: doc: Avoid misuse of @ref., (continued)
- 14/15: doc: Avoid misuse of @ref., guix-commits, 2021/10/30
- 08/15: guix home: import: Call ‘local-file’ with ‘name’, guix-commits, 2021/10/30
- 05/15: guix home: import: Delete duplicate modules when importing., guix-commits, 2021/10/30
- 01/15: guix home: import: Make the user to specify a destination directory., guix-commits, 2021/10/30
- 03/15: guix home: import: Fix module name for Bash service., guix-commits, 2021/10/30
- 09/15: home: import: Compare procedures with 'eq?'., guix-commits, 2021/10/30
- 06/15: doc: Document the ‘guix home import’ subcommand., guix-commits, 2021/10/30
- 07/15: Add tests for ‘guix home import’., guix-commits, 2021/10/30
- 11/15: home: import: Factorize triplicated 'version-spec' procedure., guix-commits, 2021/10/30
- 02/15: guix home: import: Allow multiple modules to be imported for each service., guix-commits, 2021/10/30
- 15/15: doc: Mention 'guix home reconfigure' upfront.,
guix-commits <=