Skip to content

Commit

Permalink
feat: include display managers
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSwat committed Jun 19, 2024
1 parent 9b981ff commit 6130cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ RUN if [ "$DESKTOP" == gnome ]; then install-packages-build gnome; \
elif [ "$DESKTOP" == budgie ]; then install-packages-build budgie budgie-desktop-view network-manager-applet materia-gtk-theme papirus-icon-theme; \
fi

RUN if [ "$DESKTOP" == gnome ]; then install-packages-build gdm; systemctl enable gdm; \
elif [ "$DESKTOP" == plasma ]; then install-packages-build sddm; systemctl enable sddm; \
elif [ "$DESKTOP" == xfce ]; then install-packages-build lightdm lightdm-gtk-greeter; systemctl enable lightdm \
elif [ "$DESKTOP" == mate ]; then install-packages-build lightdm lightdm-gtk-greeter; systemctl enable lightdm; \
elif [ "$DESKTOP" == budgie ]; then install-packages-build lightdm lightdm-gtk-greeter; systemctl enable lightdm; \
fi

RUN if [ "$VARIANT" == nvidia ]; then install-packages-build nvidia-dkms; fi

RUN install-packages-build grub efibootmgr
Expand Down

0 comments on commit 6130cc9

Please sign in to comment.