Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-10 11:58:53 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-10 11:58:53 -0400
commit5f46f76bd594cf55af4a2a3344599d61d89b2f65 (patch)
tree9d255b36259e5fb91eb111ab530fbb9f41124b98 /profiles/desktop.py
parentd510ad5b989dabc2a4cb7b622a000ff2146f325b (diff)
Multiple restructuring changes
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 389198d6..8da6269b 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -12,6 +12,8 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
+ __builtins__['_gfx_driver_packages'] = archinstall.lib.gfx_drivers.select_driver()
+
supported_desktops = ['gnome', 'kde', 'awesome', 'xfce4', 'cinnamon', 'i3-gaps', 'i3-wm']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')