We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320e152 commit c15ab0cCopy full SHA for c15ab0c
modules/programs/swayr.nix
@@ -91,7 +91,7 @@ in {
91
systemd.enable = lib.mkEnableOption "swayr systemd integration";
92
systemd.target = mkOption {
93
type = types.str;
94
- default = "graphical-session.target";
+ default = config.wayland.systemd.target;
95
description = ''
96
Systemd target to bind to.
97
'';
0 commit comments