index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Insanemal <insanemal@gmail.com> | 2021-04-08 14:11:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 14:11:23 +1000 |
commit | 303dbd567ac2dd7507cbec2e9b5e39775fc04f2e (patch) | |
tree | a44a9f391c185c393a0e4f9ff3e4a5519ce81a74 /profiles | |
parent | e103f2bc02aa090141d844894e36af6ec2a9a77b (diff) | |
parent | eb5795b7db1d9583fa6a62a780b17f3fc0d9260a (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 |