Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-05 13:40:40 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:20:39 -0400
commit81aa1df82a80c1f7bf0b71c50b2a571d12280730 (patch)
treee43661b69cb67c26c870125c8b6e183bcd3ecbdf /profiles/applications
parente9af6a0b35ba246f4f07c81041a79e4b163381fa (diff)
Fix #183 gnome-extras installs far too much bloat
This keeps some of the most useful packages from the defaults.
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/gnome.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py
index 1f2a20a1..132b4591 100644
--- a/profiles/applications/gnome.py
+++ b/profiles/applications/gnome.py
@@ -1,4 +1,4 @@
import archinstall
-installation.add_additional_packages("gnome gnome-extra gdm") # We'll create a gnome-minimal later, but for now, we'll avoid issues by giving more than we need.
-# Note: gdm should be part of the gnome group, but adding it here for clarity \ No newline at end of file
+installation.add_additional_packages("gnome gnome-tweaks gnome-todo evolution gdm") # We'll create a gnome-minimal later, but for now, we'll avoid issues by giving more than we need.
+# Note: gdm should be part of the gnome group, but adding it here for clarity