diff --git a/options.xhtml b/options.xhtml index e1fec6fe2..1c3e81ee6 100644 --- a/options.xhtml +++ b/options.xhtml @@ -68886,6 +68886,62 @@ YAML value
+Declared by:
+
+
+<home-manager/modules/programs/yambar.nix>
+
+ |
programs.yambar.systemd.enable
+
+
+Whether to enable yambar systemd integration.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/yambar.nix>
+
+ |
programs.yambar.systemd.target
+
+
+The systemd target that will automatically start the yambar service.
When setting this value to "sway-session.target",
+make sure to also enable wayland.windowManager.sway.systemd.enable,
+otherwise the service may never be started.
Type: +string
+ +Default:
+"graphical-session.target"
Example:
+"sway-session.target"
Declared by: