diff --git a/index.html b/index.html index ef234cdf..99609d9a 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 3ec1c4ba..b6ecef24 100644 --- a/options.html +++ b/options.html @@ -6126,12 +6126,12 @@ overlay or set this option. Example overlay configuration: <home-manager/modules/programs/vscode.nix>
programs.waybar.enable
Whether to enable Waybar.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.package
Waybar package to use. Set to null
to use the default module.
-
Type: package
Default: "pkgs.waybar"
Declared by:
+ |
programs.waybar.package
Waybar package to use. Set to null
to use the default package.
+
Type: package
Default: pkgs.waybar
Declared by:
<home-manager/modules/programs/waybar.nix>
|
programs.waybar.settings
Configuration for Waybar, see https://github.com/Alexays/Waybar/wiki/Configuration for supported values. -
Type: list of submodules
Default:
+
Type: list of JSON values
Default:
[
]
@@ -6175,13 +6175,13 @@ of the windows or behind (
"bottom"
).
<home-manager/modules/programs/waybar.nix>
programs.waybar.settings.*.margin
Margins value using the CSS format without units.
Type: null or string
Default: null
Example: "20 5"
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.margin-bottom
Margins value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
+ |
programs.waybar.settings.*.margin-bottom
Margin value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.margin-left
Margins value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
+ |
programs.waybar.settings.*.margin-left
Margin value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.margin-right
Margins value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
+ |
programs.waybar.settings.*.margin-right
Margin value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.margin-top
Margins value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
+ |
programs.waybar.settings.*.margin-top
Margin value without unit.
Type: null or signed integer
Default: null
Example: 10
Declared by:
<home-manager/modules/programs/waybar.nix>
|
programs.waybar.settings.*.modules
Modules configuration.
Type: JSON value
Default:
{
@@ -6230,9 +6230,12 @@ Exclamation mark(!) can be used to exclude specific output.
programs.waybar.settings.*.width
Width to be used by the bar if possible. Leave blank for a dynamic value.
Type: null or unsigned integer, meaning >=0
Default: null
Example: 5
Declared by:
<home-manager/modules/programs/waybar.nix>
|
programs.waybar.style
CSS style of the bar. +
See https://github.com/Alexays/Waybar/wiki/Configuration for the documentation. -
Type: null or string
Default: null
Example:
'' ++If the value is set to a path literal, then the path will be used as the css file. +
Type: null or path or string
Default:
null
Example:
'' * { border: none; border-radius: 0; diff --git a/tools.html b/tools.html index 382faabf..e7cea24f 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 | @@ -82,7 +82,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
.@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -259,15 +259,15 @@attrPath
--verbose
Activates verbose output. -