mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
blueman-applet: fix typo in systemdTargets
copy pasta error Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user