describe the request
Problem
gnome package have a lot of unnecessary packages like gnome-maps, gnome-contacts or gnome-characters.
Possible solutions:
Add an external selector GNOME_MINIMAL or modify the existing GNOME option.
A possible minimal package list is:
def packages(self) -> list[str]:
return [
'gnome-shell',
'gnome-session',
'gnome-terminal',
'gnome-control-center',
'gnome-settings-daemon',
'nautilus',
'xdg-desktop-portal-gnome',
]
describe the request
Problem
gnome package have a lot of unnecessary packages like gnome-maps, gnome-contacts or gnome-characters.
Possible solutions:
Add an external selector
GNOME_MINIMALor modify the existingGNOMEoption.A possible minimal package list is: