1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02: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:
tristan 2023-10-30 12:55:11 +00:00 committed by Mikilio
parent 87c2ff0a36
commit d528eaf288
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -99,7 +99,8 @@ in {
systemdTarget = mkOption {
type = types.str;
default = "sway-session.target";
default = "graphical-session.target";
example = "sway-session.target";
description = ''
Systemd target to bind to.
'';