diff --git a/index.html b/index.html index d70725ae..ae168265 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index f16fef8b..8c766714 100644 --- a/options.html +++ b/options.html @@ -8134,7 +8134,10 @@ desired. }
Example:
{ global = { - geometry = "300x5-30+50"; + width = 300; + height = 300; + offset = "30x50"; + origin = "top-right"; transparency = 10; frame_color = "#eceff1"; font = "Droid Sans 9"; diff --git a/tools.html b/tools.html index c91514e2..ae5d988a 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 | @@ -84,7 +84,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
.@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -265,15 +265,15 @@attrPath
--verbose
Activates verbose output. -