From a90ab0ab5f00efce68729df4e0ea196f03b2d2c6 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 6 Apr 2025 22:26:38 -0500 Subject: [PATCH] wlsunset: systemdTarget default to wayland.systemd target --- modules/services/wlsunset.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. '';