Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/gnome.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-05 13:42:03 -0400
committerGitHub <noreply@github.com>2021-04-05 13:42:03 -0400
commitd28385bd052311a5cb2638fa71c03e5a61e7b1e1 (patch)
tree33c098bbd761450a2174a6278dea494bb54c3cc8 /profiles/applications/gnome.py
parentd5da80d770bd0867510791fccd955873c64cea37 (diff)
gnome-sound-recorder is probably also desirable
Diffstat (limited to 'profiles/applications/gnome.py')
-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 132b4591..06d5feca 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 evolution gdm") # We'll create a gnome-minimal later, but for now, we'll avoid issues by giving more than we need.
+installation.add_additional_packages("gnome gnome-tweaks gnome-todo gnome-sound-recorder 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