1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-19 06:27:21 +00:00
fedora-kickstarts/fedora-budgie-common.ks
2023-03-11 17:57:18 +02:00

24 lines
379 B
Plaintext

%packages
fedora-release-budgie
# Exclude unwanted groups that fedora-live-base.ks pulls in
-@dial-up
-@input-methods
-@standard
# Install budgie environment
@^budgie-desktop-environment
# recommended apps
@budgie-desktop-apps
@libreoffice
libreoffice-draw
libreoffice-math
thunderbird
# Exclude unwanted packages from @anaconda-tools group
-gfs2-utils
-reiserfs-utils
%end