mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
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
87c2ff0a36
commit
d528eaf288
1 changed files with 2 additions and 1 deletions
|
@ -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