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:
parent
89c0105d4c
commit
e4ca6d8328
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue