cliphist: systemdTargets default to wayland.systemd target
This commit is contained in:
parent
8c9b54504c
commit
8871d0b1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ in {
|
|||
|
||||
systemdTargets = lib.mkOption {
|
||||
type = with lib.types; either (listOf str) str;
|
||||
default = [ "graphical-session.target" ];
|
||||
default = [ config.wayland.systemd.target ];
|
||||
example = "sway-session.target";
|
||||
description = ''
|
||||
The systemd targets that will automatically start the cliphist service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue