diff --git a/index.html b/index.html index d98954b6..bae2904f 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 f55fc756..df23f342 100644 --- a/options.html +++ b/options.html @@ -6794,6 +6794,18 @@ of options. }
Declared by:
<home-manager/modules/programs/starship.nix>
+ |
programs.swaylock.settings
Default arguments to swaylock. An empty set +disables configuration generation. +
Type: attribute set of boolean or floating point number or signed integer or string
Default:
+ {
+
+ }
+
Example:
+ {
+ color = "808080"; font-size = 24; indicator-idle-visible = false; indicator-radius = 100; line-color = "ffffff"; show-failed-attempts = true;
+ }
+
Declared by:
+ <home-manager/modules/programs/swaylock.nix>
|
programs.taskwarrior.enable
Whether to enable Task Warrior.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/taskwarrior.nix>
|
programs.taskwarrior.colorTheme
Either one of the default provided theme as string, or a diff --git a/tools.html b/tools.html index a553e601..554e77e9 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,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
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -