1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

blueman-applet: fix typo in systemdTargets

copy pasta error

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-26 17:20:09 -05:00
parent 3882f88691
commit 2c4ef7d717

View file

@ -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`,