Revise packages in Budgie profile (#1585)
* Revise packages in Budgie profile * Use budgie pkg group, remove nm-applet
This commit is contained in:
parent
b81ee19dad
commit
60d76d907a
|
|
@ -4,12 +4,14 @@ import archinstall
|
||||||
|
|
||||||
is_top_level_profile = False
|
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__ = [
|
__packages__ = [
|
||||||
"budgie-desktop",
|
"arc-gtk-theme",
|
||||||
"gnome",
|
"budgie",
|
||||||
"lightdm",
|
"lightdm",
|
||||||
"lightdm-gtk-greeter",
|
"lightdm-gtk-greeter",
|
||||||
|
"mate-terminal",
|
||||||
|
"nemo",
|
||||||
|
"papirus-icon-theme",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue