Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/mate.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-11 14:23:29 +0000
committerGitHub <noreply@github.com>2021-04-11 14:23:29 +0000
commitbe45268d0bca2ee978d82d8361a12c5025a8baae (patch)
treea01fd3640bbdf3957b307ba711a6e206f462ab50 /profiles/applications/mate.py
parent75b6ab396e3913e021ebfc49b626dfefd9eb0924 (diff)
parentcf46642037bf6ed098dc5dfd088b7a2f2e6d5d68 (diff)
Merge pull request #278 from dylanmtaylor/mate-desktop
Implement MATE desktop environment
Diffstat (limited to 'profiles/applications/mate.py')
-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