From c15ab0ce0dbe64843358a3081b09ed35144dfd65 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 6 Apr 2025 22:26:59 -0500 Subject: [PATCH] swayr: systemd.target default to wayland.systemd target --- modules/programs/swayr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/swayr.nix b/modules/programs/swayr.nix index 3092f56a..baaa6242 100644 --- a/modules/programs/swayr.nix +++ b/modules/programs/swayr.nix @@ -91,7 +91,7 @@ in { systemd.enable = lib.mkEnableOption "swayr systemd integration"; systemd.target = mkOption { type = types.str; - default = "graphical-session.target"; + default = config.wayland.systemd.target; description = '' Systemd target to bind to. '';