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:
parent
3882f88691
commit
2c4ef7d717
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue