From c87fd312bacf04de087315174071b7ad27ab3436 Mon Sep 17 00:00:00 2001
From: khaneliman
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: