Skip to content

Commit 3f8f6d8

Browse files
committed
steamos-manager: install steamos-manager-session-cleanup.service and reset-oneshot-boot.conf
1 parent f7a28b3 commit 3f8f6d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/steamos-manager/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,12 @@ rustPlatform.buildRustPackage rec {
104104
install -m644 "data/system/com.steampowered.SteamOSManager1.conf" "$out/share/dbus-1/system.d/"
105105
install -m644 "data/system/steamos-manager.service" "$out/lib/systemd/system/"
106106
107+
install -d -m0755 "$out/lib/systemd/system/sddm.service.d/"
108+
install -m644 "data/system/reset-oneshot-boot.conf" "$out/lib/systemd/system/sddm.service.d/"
109+
107110
install -m644 "data/user/com.steampowered.SteamOSManager1.service" "$out/share/dbus-1/services/"
108111
install -m644 "data/user/steamos-manager.service" "$out/lib/systemd/user/"
112+
install -m644 "data/user/steamos-manager-session-cleanup.service" "$out/lib/systemd/user/"
109113
'';
110114

111115
postFixup = ''

0 commit comments

Comments
 (0)