From c87fd312bacf04de087315174071b7ad27ab3436 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 30 May 2025 00:13:47 +0000 Subject: [PATCH] deploy: 2f4db1cd5be0afaa0a2ec8fa5da6460f0ebdbc11 --- options.xhtml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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: