index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-05 13:40:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 13:40:40 -0400 |
commit | d5da80d770bd0867510791fccd955873c64cea37 (patch) | |
tree | 2e488065ccc6a54a5dd53e04ba2c4aa6d4bbdfe2 /profiles | |
parent | 824656a990ffa8529e654a719e05a6427b2929a8 (diff) |
-rw-r--r-- | profiles/applications/gnome.py | 4 |
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 |