Remove evolution from default installation as suggested

It was pointed out that users can install an email client if they want one.
This commit is contained in:
Dylan M. Taylor 2021-04-06 11:33:50 -04:00 committed by Dylan Taylor
parent 23fc3ab2f2
commit 8bc1f0d420
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import archinstall
installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder evolution gdm")
installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder gdm")
# Note: gdm should be part of the gnome group, but adding it here for clarity