Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/gnome.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-28 11:08:50 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-28 11:08:50 -0400
commitf319308d37ddf3dbfa6d62c500d61266f55771cd (patch)
tree592300a12d4f76bdd71657f47fbc655a4561c989 /profiles/applications/gnome.py
parente9d5cd1a112111a7fff48874bd39abaaf6f3e847 (diff)
Remove application profiles that just install additional packages and do not do anything else to customize or configure.
Diffstat (limited to 'profiles/applications/gnome.py')
-rw-r--r--profiles/applications/gnome.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py
deleted file mode 100644
index e26290dc..00000000
--- a/profiles/applications/gnome.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import archinstall
-
-installation.add_additional_packages("gnome gnome-tweaks gdm")
-# Note: gdm should be part of the gnome group, but adding it here for clarity