diff --git a/index.html b/index.html index 71bf1173..4f1e3141 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 cf4047b6..94c8ef7a 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -64,6 +64,8 @@
number
] [
--debug
+ ] [
+ --impure
] [
--keep-failed
] [
@@ -80,7 +82,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -149,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -224,6 +226,10 @@
Passed on to nix-build(1).
--debug
+ + Passed on to nix-build(1). +
--impure
Passed on to nix-build(1).
--verbose
Activates verbose output. -