index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-05 18:20:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:20:39 +0000 |
commit | ddd53e09b4f41d705d39b48da443dfd4c27d3cef (patch) | |
tree | 3e80084687bc72ef6a89b17a92b0d1806f0e49ae /profiles | |
parent | 1240cbdaf7772f1284f5c9565480a09e30c643b0 (diff) | |
parent | 688d0eb78e4f232673bf749fda85010c88375e10 (diff) |
-rw-r--r-- | profiles/applications/gnome.py | 4 |
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py index 1f2a20a1..e9fd1d50 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 gnome-sound-recorder evolution gdm") +# Note: gdm should be part of the gnome group, but adding it here for clarity |