swayr: systemd.target default to wayland.systemd target

This commit is contained in:
Austin Horstman 2025-04-06 22:26:59 -05:00
parent 320e152d0b
commit c15ab0ce0d

View file

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