Install display manager first

This commit is contained in:
Manuel Thalmann 2024-09-13 14:54:30 +02:00
parent 2136acd113
commit 4022bf5b42

View file

@ -58,6 +58,9 @@ function deploySoftware -d "Deploys a the specified software action" -a action
end
if collectionActive desktopExperience
source "$dir/../Software/KDE/main.fish" $action
source "$dir/../Software/sddm/main.fish" $action
if $isInstall
yayinst \
maliit-keyboard \
@ -123,9 +126,6 @@ function deploySoftware -d "Deploys a the specified software action" -a action
end
end
source "$dir/../Software/KDE/main.fish" $action
source "$dir/../Software/sddm/main.fish" $action
# Internet Access
source "$dir/../Software/Firefox/main.fish" $action
source "$dir/../Software/brave/main.fish" $action