[nix] Fix systemd WantedBy of swayidle

This commit is contained in:
Sebastian Schulze 2022-06-09 08:26:54 +02:00
parent c145a26747
commit c680be6a16
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ in
RestartSec = 5;
};
Install = {
WantedBy = [ "graphical-session-pre.target" ];
WantedBy = [ "graphical-session.target" ];
};
};