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
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:20:39 -0400
commite4ca6d83283697cfeae1da37d8eb22089e3e2664 (patch)
tree3c1db20db5dffce37e6bcc8c88e4037116713561 /profiles/applications
parent89c0105d4c748512a9e131cf506cf7a9d53d6301 (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