diff --git a/modules/services/wlsunset.nix b/modules/services/wlsunset.nix index 4bbd98e0b..ce7054c14 100644 --- a/modules/services/wlsunset.nix +++ b/modules/services/wlsunset.nix @@ -96,7 +96,7 @@ in { systemdTarget = mkOption { type = with types; str; - default = "graphical-session.target"; + default = config.wayland.systemd.target; description = '' Systemd target to bind to. '';