fix: enable dm systemd services

This commit is contained in:
Rudra Saraswat 2026-04-04 01:52:23 +01:00
parent a8f06a6404
commit 2430f2a94d
3 changed files with 20 additions and 5 deletions

View file

@ -5,13 +5,15 @@ stages:
run: |
if [[ "$BASE_DESKTOP" = gnome ]]; then
pacman -Syqu --noconfirm gnome
systemctl enable gdm
elif [[ "$BASE_DESKTOP" = plasma ]]; then
pacman -Syqu --noconfirm plasma \
pacman -Syqu --noconfirm sddm plasma \
kde-accessibility-meta \
kde-multimedia-meta \
kde-system-meta \
kde-utilities-meta \
discover
systemctl enable sddm
fi
env: