index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-05 13:44:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 13:44:16 -0400 |
commit | 688d0eb78e4f232673bf749fda85010c88375e10 (patch) | |
tree | 032fcddd82d174363d67c24f724281f4d286f741 /profiles/applications/gnome.py | |
parent | d28385bd052311a5cb2638fa71c03e5a61e7b1e1 (diff) |
-rw-r--r-- | profiles/applications/gnome.py | 2 |
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py index 06d5feca..e9fd1d50 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 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") # Note: gdm should be part of the gnome group, but adding it here for clarity |