fix(desktop): Use steamos.conf for SDDM

Needed for SDDM theme and plasma autologin
This commit is contained in:
RJ Trujillo 2023-07-18 18:22:32 -06:00
parent a03d7bad1a
commit 406d0bbfdb
2 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ RUN pip install --prefix=/usr yafti && \
systemctl disable rpm-ostreed-automatic.timer && \
systemctl --global enable ublue-update.timer && \
systemctl enable input-remapper.service && \
rm -f \
/usr/etc/sddm.conf \
/etc/sddm.conf && \
rm -rf \
/tmp/* \
/var/* && \