index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Jatin <40650341+jatin-cbs@users.noreply.github.com> | 2021-04-07 19:18:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 19:18:34 +0530 |
commit | 7e75ff960b5536a6c20a69816151560dfbddeae5 (patch) | |
tree | 121d52fffc0d7030130a19542708212d659315d0 | |
parent | 1d60e307e81a99ebd6cbfe26a92e5dfa96a8870a (diff) |
-rw-r--r-- | profiles/applications/gnome.py | 2 |
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py index 66656134..e26290dc 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 gdm") +installation.add_additional_packages("gnome gnome-tweaks gdm") # Note: gdm should be part of the gnome group, but adding it here for clarity |