build-x86-images: kde tree no longer depend on NetworkManager

so install it explicitly
This commit is contained in:
classabbyamp 2024-07-12 13:42:20 -04:00
parent 4c53797b27
commit 5b6ef65055
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ build_variant() {
SERVICES="$SERVICES dbus gdm NetworkManager polkitd"
;;
kde)
PKGS="$PKGS $XORG_PKGS kde5 konsole firefox dolphin"
PKGS="$PKGS $XORG_PKGS kde5 konsole firefox dolphin NetworkManager"
SERVICES="$SERVICES dbus NetworkManager sddm"
;;
lxde)