Revise packages in Budgie profile (#1585)

* Revise packages in Budgie profile

* Use budgie pkg group, remove nm-applet
This commit is contained in:
Campbell Jones 2023-02-28 00:49:45 -05:00 committed by GitHub
parent b81ee19dad
commit 60d76d907a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -4,12 +4,14 @@ import archinstall
is_top_level_profile = False
# "It is recommended also to install the gnome group, which contains applications required for the standard GNOME experience." - Arch Wiki
__packages__ = [
"budgie-desktop",
"gnome",
"arc-gtk-theme",
"budgie",
"lightdm",
"lightdm-gtk-greeter",
"mate-terminal",
"nemo",
"papirus-icon-theme",
]