Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 09:50:52 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 10:19:25 -0400
commitcf46642037bf6ed098dc5dfd088b7a2f2e6d5d68 (patch)
treea01fd3640bbdf3957b307ba711a6e206f462ab50 /profiles/applications
parent75b6ab396e3913e021ebfc49b626dfefd9eb0924 (diff)
Implement MATE desktop environment
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/mate.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/applications/mate.py b/profiles/applications/mate.py
new file mode 100644
index 00000000..24d6be47
--- /dev/null
+++ b/profiles/applications/mate.py
@@ -0,0 +1,3 @@
+import archinstall
+
+installation.add_additional_packages("mate mate-extra lightdm lightdm-gtk-greeter") \ No newline at end of file