index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-06 20:44:44 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-09 11:46:39 -0400 |
commit | 9395d68d5d2d82bf3df66e9450fb51941552bd4e (patch) | |
tree | 9a1c599afc01a832203aac21416c0542af0f0425 /profiles/gnome.py | |
parent | b803c281ea98f71842c7598e428832eaf4a24584 (diff) |
-rw-r--r-- | profiles/gnome.py | 2 |
diff --git a/profiles/gnome.py b/profiles/gnome.py index 2e26350a..c75cafee 100644 --- a/profiles/gnome.py +++ b/profiles/gnome.py @@ -31,7 +31,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. |