Merge pull request #223 from jatin-cbs/master

Remove gnome-todo and gnome-sound-recorder from default installation
This commit is contained in:
Anton Hvornum 2021-04-07 14:34:02 +00:00 committed by GitHub
commit 67ea1bc29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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