diff --git a/index.html b/index.html index 7da86570..c758e85b 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 c19bd9be..70249285 100644 --- a/options.html +++ b/options.html @@ -6142,7 +6142,7 @@ manually set any options not listed above.
programs.vscode.enable
Whether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.package
Version of Visual Studio Code to install. -
Type: package
Default: (build of vscode-1.63.0)
Example: pkgs.vscodium
Declared by:
+ |
programs.waybar.settings
Configuration for Waybar, see https://github.com/Alexays/Waybar/wiki/Configuration for supported values. -
Type: list of JSON values
Default:
+
Type: list of JSON values or attribute set of JSON values
Default:
[
]
-
Example:
[ - { +Example:
{ + mainBar = { layer = "top"; position = "top"; height = 30; @@ -6243,74 +6243,10 @@ for supported values. ''; }; }; - } -] -Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.gtk-layer-shell
Option to disable the use of gtk-layer-shell for popups.
Type: null or boolean
Default: null
Example: false
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.height
Height 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.settings.*.layer
Decide if the bar is displayed in front ("top"
)
-of the windows or behind ("bottom"
).
-
Type: null or one of "top", "bottom"
Default: null
Example: "top"
Declared by:
- <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
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
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
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
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:
- {
-
- }
-
Example:
{ - "sway/window" = { - max-length = 50; - }; - "clock" = { - format-alt = "{:%a, %d. %b %H:%M}"; }; }
Declared by:
<home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.modules-center
Modules that will be displayed in the center.
Type: list of strings
Default:
- [
-
- ]
-
Example:
[ "sway/window" ] -
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.modules-left
Modules that will be displayed on the left.
Type: list of strings
Default:
- [
-
- ]
-
Example:
[ "sway/workspaces" "sway/mode" "wlr/taskbar" ] -
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.modules-right
Modules that will be displayed on the right.
Type: list of strings
Default:
- [
-
- ]
-
Example:
[ "mpd" "custom/mymodule#with-css-id" "temperature" ] -
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.name
Optional name added as a CSS class, for styling multiple waybars.
Type: null or string
Default: null
Example: "waybar-1"
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.output
Specifies on which screen this bar will be displayed. -Exclamation mark(!) can be used to exclude specific output. -
Type: null or string or list of strings
Default: null
Example:
[ "DP-1" "!DP-2" "!DP-3" ] -
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
programs.waybar.settings.*.position
Bar position relative to the output.
Type: null or one of "top", "bottom", "left", "right"
Default: null
Example: "right"
Declared by:
- <home-manager/modules/programs/waybar.nix>
- |
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 diff --git a/tools.html b/tools.html index c1794178..9c5fdac4 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -82,7 +82,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
.
@@ -151,7 +151,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -259,15 +259,15 @@
--verbose
Activates verbose output. -