diff --git a/index.html b/index.html index 06ce9f6c..15513d06 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 6dc48fa9..a97501d3 100644 --- a/options.html +++ b/options.html @@ -9319,6 +9319,36 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export _JAVA_AWT_WM_NONREPARENTING=1 ''
Declared by:
<home-manager/modules/services/window-managers/i3-sway/sway.nix>
+ |
wayland.windowManager.sway.swaynag.enable
Whether to enable configuration of swaynag, a lightweight error bar for sway.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/window-managers/i3-sway/swaynag.nix>
+ |
wayland.windowManager.sway.swaynag.settings
Configuration written to
+$XDG_CONFIG_HOME/swaynag/config
.
+
+See
+swaynag(5)
+for a list of avaliable options and an example configuration.
+Note, configurations declared under <config>
+will override the default type values of swaynag.
+
Type: attribute set of attribute set of Swaynag config atom (null, bool, int, float, str)ss
Default:
+ {
+
+ }
+
Example:
{ + "<config>" = { + edge = "bottom"; + font = "Dina 12"; + }; + + green = { + edge = "top"; + background = "00AA00"; + text = "FFFFFF"; + button-background = "00CC00"; + message-padding = 10; + }; +} +
Declared by:
+ <home-manager/modules/services/window-managers/i3-sway/swaynag.nix>
|
wayland.windowManager.sway.systemdIntegration
Whether to enable sway-session.target
on
sway startup. This links to
graphical-session.target
.
diff --git a/tools.html b/tools.html
index 6c4967c6..41fddcc8 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. -