diff --git a/index.html b/index.html index 29d641e9..0ae20af5 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/options.html b/options.html
index d2f487ee..fa5b3cad 100644
--- a/options.html
+++ b/options.html
@@ -14060,6 +14060,10 @@ start.
an absolute path or null
in which case
~/.xmonad/xmonad.hs
will not be managed
by Home Manager.
+
+If this option is set to a non-null
value,
+recompilation of xmonad outside of Home Manager (e.g. via
+xmonad --recompile) will fail.
Type: null or path
Default:
null
Example:
pkgs.writeText "xmonad.hs" '' diff --git a/tools.html b/tools.html index 053e8a81..5448930a 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools
- home-manager - — reconfigure a user environment
Name
home-manager +
Appendix D. Tools
- home-manager + — reconfigure a user environment
Name
home-manager — reconfigure a user environment
Synopsis
home-manager
{ build | @@ -78,7 +78,7 @@ | --verbose } - ]Description
This command updates the user environment so that it corresponds to the configuration specified in
~/.config/nixpkgs/home.nix
or~/.config/nixpkgs/flake.nix
.@@ -147,7 +147,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -246,15 +246,15 @@attrPath
--verbose
Activates verbose output. -