Skip to content

Commit c15ab0c

Browse files
committed
swayr: systemd.target default to wayland.systemd target
1 parent 320e152 commit c15ab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/programs/swayr.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ in {
9191
systemd.enable = lib.mkEnableOption "swayr systemd integration";
9292
systemd.target = mkOption {
9393
type = types.str;
94-
default = "graphical-session.target";
94+
default = config.wayland.systemd.target;
9595
description = ''
9696
Systemd target to bind to.
9797
'';

0 commit comments

Comments
 (0)