From 9bbb5573cb694a3e1174ffd0302871a0f1fe1a09 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 21 Aug 2025 05:49:32 +0000 Subject: [PATCH] deploy: 282b4c98de97da6667cb03de4f427371734bc39c --- options.xhtml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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: