swayr: systemd.target default to wayland.systemd target
This commit is contained in:
parent
320e152d0b
commit
c15ab0ce0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue