diff --git a/index.html b/index.html index e22267fb5..e3764446e 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/tools.html b/tools.html index 1f66f8003..dcc4e5826 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -27,6 +27,8 @@
-A attrPath
] [
-I path
+ ] [
+ --flake flake-uri
] [
-b ext
] [
@@ -72,9 +74,9 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
- configuration specified in ~/.config/nixpkgs/home.nix
.
+ configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
All operations using this tool expects a sub-command that indicates the operation to perform. It must be one of @@ -137,7 +139,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -160,6 +162,12 @@
-I nixpkgs=/absolute/path/to/nixpkgs build. By default
<nixpkgs>
is used.
--flake flake-uri[#name]
+ + Build Home Manager configuration from the flake, which must contain the + output homeConfigurations.name. If no name is specified it will first try + username@hostname and then username. +
-b extension
Enable automatic resolution of collisions between unmanaged and managed
@@ -226,15 +234,15 @@
--verbose
Activates verbose output. -