cliphist: systemdTargets default to wayland.systemd target

This commit is contained in:
Austin Horstman 2025-04-06 22:25:59 -05:00
parent 8c9b54504c
commit 8871d0b1ef

View file

@ -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.