services.swayidle: change target to generic session (#3913)
this makes the default setup support other window-managers, and is the trend followed by waybar, clipman, copyq, wlsunset.
This commit is contained in:
parent
f92a54fef4
commit
8e5416b478
|
@ -99,7 +99,8 @@ in {
|
||||||
|
|
||||||
systemdTarget = mkOption {
|
systemdTarget = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "sway-session.target";
|
default = "graphical-session.target";
|
||||||
|
example = "sway-session.target";
|
||||||
description = ''
|
description = ''
|
||||||
Systemd target to bind to.
|
Systemd target to bind to.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue