index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Jatin <40650341+jatin-cbs@users.noreply.github.com> | 2021-04-07 19:18:34 +0530 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-08 09:20:39 -0400 |
commit | e4ca6d83283697cfeae1da37d8eb22089e3e2664 (patch) | |
tree | 3c1db20db5dffce37e6bcc8c88e4037116713561 /profiles | |
parent | 89c0105d4c748512a9e131cf506cf7a9d53d6301 (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 |