diff --git a/options.xhtml b/options.xhtml index 9c4c657ea..ce67620bb 100644 --- a/options.xhtml +++ b/options.xhtml @@ -83711,6 +83711,39 @@ package

Default: pkgs.blueman

+

Declared by:

+ + +
+ +<home-manager/modules/services/blueman-applet.nix> + +
+ +
+ + services.blueman-applet.systemdTargets + + +
+
+

The systemd targets that will automatically start the cliphist 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: +list of string

+ +

Default:

[
+  "graphical-session.target"
+]
+
+ +

Example:

[
+  "sway-session.target"
+]
+
+

Declared by: