Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-07 14:34:02 +0000
committerGitHub <noreply@github.com>2021-04-07 14:34:02 +0000
commit67ea1bc29c78451d416f2f8b18e65e0dc998797d (patch)
tree121d52fffc0d7030130a19542708212d659315d0
parent1d60e307e81a99ebd6cbfe26a92e5dfa96a8870a (diff)
parent7e75ff960b5536a6c20a69816151560dfbddeae5 (diff)
Merge pull request #223 from jatin-cbs/master
Remove gnome-todo and gnome-sound-recorder from default installation
-rw-r--r--profiles/applications/gnome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py
index 66656134..e26290dc 100644
--- a/profiles/applications/gnome.py
+++ b/profiles/applications/gnome.py
@@ -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