Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorJatin <40650341+jatin-cbs@users.noreply.github.com>2021-04-07 19:18:34 +0530
committerGitHub <noreply@github.com>2021-04-07 19:18:34 +0530
commit7e75ff960b5536a6c20a69816151560dfbddeae5 (patch)
tree121d52fffc0d7030130a19542708212d659315d0 /profiles/applications
parent1d60e307e81a99ebd6cbfe26a92e5dfa96a8870a (diff)
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.
Diffstat (limited to 'profiles/applications')
-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