Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/gnome.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-06 20:44:44 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-06 22:20:07 -0400
commit93750dbd223269804c2a9a3a7dbdf30d4f17ac82 (patch)
tree959b1db2609df94c3dac709f56792e8b796828a7 /profiles/gnome.py
parentd9984550b6ad4f4e7d659adb32cef541e85d69d9 (diff)
Try removing pipewire.py and calling add additional packages
Unfortunately, calling the profile was not working.
Diffstat (limited to 'profiles/gnome.py')
-rw-r--r--profiles/gnome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/gnome.py b/profiles/gnome.py
index 63fcd57d..b37679de 100644
--- a/profiles/gnome.py
+++ b/profiles/gnome.py
@@ -29,7 +29,7 @@ if __name__ == 'gnome':
# Install the application gnome from the template under /applications/
gnome = archinstall.Application(installation, 'gnome')
gnome.install()
-
+
installation.enable_service('gdm') # Gnome Display Manager
# We could also start it via xinitrc since we do have Xorg,
# but for gnome that's deprecated and wayland is preferred.