fix(deck): Enable gamescope-autologin by default

Now that Steam has to be updated for this to run, outright enable it
This commit is contained in:
RJ Trujillo 2023-09-12 16:09:11 -06:00
parent 34ca801fdb
commit ebfd9782da

View File

@ -381,6 +381,7 @@ RUN rm /usr/share/applications/wine*.desktop && \
systemctl enable sddm.service \
; fi && \
systemctl enable desktop-autologin.service && \
systemctl enable gamescope-autologin.service && \
systemctl enable jupiter-fan-control.service && \
systemctl enable btrfs-dedup@run-media-mmcblk0p1.timer && \
systemctl enable vpower.service && \