From 2c4ef7d7172708f6247d2ed9b56f0341b9ce63e1 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 26 Aug 2025 17:20:09 -0500 Subject: [PATCH] blueman-applet: fix typo in systemdTargets copy pasta error Signed-off-by: Austin Horstman --- modules/services/blueman-applet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/blueman-applet.nix b/modules/services/blueman-applet.nix index 7c156396c..21a5eeb18 100644 --- a/modules/services/blueman-applet.nix +++ b/modules/services/blueman-applet.nix @@ -30,7 +30,7 @@ in default = [ "graphical-session.target" ]; example = [ "sway-session.target" ]; description = '' - The systemd targets that will automatically start the cliphist service. + The systemd targets that will automatically start the blueman applet service. When setting this value to `["sway-session.target"]`, make sure to also enable {option}`wayland.windowManager.sway.systemd.enable`,