File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 = ''
You can’t perform that action at this time.
0 commit comments