blob: 1f2a20a109fa0bfc6d813bab19ab95d10b7040e8 (
plain)
1
2
3
4
|
import archinstall
installation.add_additional_packages("gnome gnome-extra gdm") # We'll create a gnome-minimal later, but for now, we'll avoid issues by giving more than we need.
# Note: gdm should be part of the gnome group, but adding it here for clarity
|