Skip to content

Commit 68f2a68

Browse files
committed
steamos-manager: install session cleanup service and SDDM boot failsafe
1 parent 3f8f6d8 commit 68f2a68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/steam/steam.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ in
8787
wantedBy = [ "gamescope-session.service" ];
8888
};
8989

90+
systemd.user.services.steamos-manager-session-cleanup = {
91+
overrideStrategy = "asDropin";
92+
wantedBy = [ "graphical-session.target" ];
93+
};
94+
9095
systemd.services.steamos-manager = {
9196
overrideStrategy = "asDropin";
9297
# FIXME: should probably be done upstream

0 commit comments

Comments
 (0)