From 534679e88f0b9db9d2550de73197f521494a3274 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 30 Sep 2020 12:31:47 +0000 Subject: Added gnome as a profile (and application for application specific steps). Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change. --- profiles/applications/gnome.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 profiles/applications/gnome.py (limited to 'profiles/applications/gnome.py') diff --git a/profiles/applications/gnome.py b/profiles/applications/gnome.py new file mode 100644 index 00000000..1f2a20a1 --- /dev/null +++ b/profiles/applications/gnome.py @@ -0,0 +1,4 @@ +import archinstall + +installation.add_additional_packages("gnome gnome-extra gdm") # We'll create a gnome-minimal later, but for now, we'll avoid issues by giving more than we need. +# Note: gdm should be part of the gnome group, but adding it here for clarity \ No newline at end of file -- cgit v1.2.3-54-g00ecf