diff --git a/index.html b/index.html index a81b0c09..4187572a 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 975df954..89a9294a 100644 --- a/options.html +++ b/options.html @@ -11006,24 +11006,24 @@ The variable values must be as described in }
Declared by:
<home-manager/modules/systemd.nix>
- |
systemd.user.slices
Definition of systemd per-user slices units. Attributes are +
systemd.user.slices
Definition of systemd per-user slice units. Attributes are merged recursively.
Note that the attributes follow the capitalization and naming used by systemd. More details can be found in -systemd.slices(5). -
Type: systemd slices unit configuration
Default:
+systemd.slice(5).
+
Type: systemd slice unit configuration
Default:
{
}
Example:
{ - slices-name = { + slice-name = { Unit = { Description = "Example description"; Documentation = [ "man:example(1)" "man:example(5)" ]; }; - Slices = { + Slice = { … }; }; diff --git a/tools.html b/tools.html index 8cc8688c..b3616b09 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. -