1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 17:11:03 +01:00

wlsunset: systemdTarget default to wayland.systemd target

This commit is contained in:
Austin Horstman 2025-04-06 22:26:38 -05:00
parent 8871d0b1ef
commit a90ab0ab5f

View file

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