diff --git a/index.html b/index.html index a3e68fab0..332489afe 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 967af98f9..0ebd29522 100644 --- a/options.html +++ b/options.html @@ -6286,6 +6286,13 @@ window#waybar { <home-manager/modules/programs/waybar.nix>
programs.waybar.systemd.enable
Whether to enable Waybar systemd integration.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/waybar.nix>
+ |
programs.waybar.systemd.target
The systemd target that will automatically start the Waybar service. +
+When setting this value to "sway-session.target"
,
+make sure to also enable wayland.windowManager.sway.systemdIntegration
,
+otherwise the service may never be started.
+
Type: string
Default: "graphical-session.target"
Example: "sway-session.target"
Declared by:
+ <home-manager/modules/programs/waybar.nix>
|
programs.xmobar.enable
Whether to enable Xmobar, a minimalistic status bar.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/xmobar.nix>
|
programs.xmobar.package
Package providing the xmobar binary. diff --git a/tools.html b/tools.html index ff3214ced..29b971893 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. -