Remove gnome-todo and gnome-sound-recorder from default installation

gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
This commit is contained in:
Jatin 2021-04-07 19:18:34 +05:30 committed by Dylan Taylor
parent 89c0105d4c
commit e4ca6d8328
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 gdm")
installation.add_additional_packages("gnome gnome-tweaks gdm")
# Note: gdm should be part of the gnome group, but adding it here for clarity