Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-15 09:47:05 +0000
committerGitHub <noreply@github.com>2021-05-15 09:47:05 +0000
commit2ebf92e5fa27c9d26b2ed674d9cb86291c45a94a (patch)
tree815b7a3f760a6048311082306a148d010b5bb09c /profiles
parentc27445d1344583c2f79866f85f46c997b305e1d6 (diff)
parent935cdef63fbefb6125043f9bda254d532a6fc03e (diff)
Merge branch 'master' into enlightenment
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index cdd23ba0..9e1d8b4c 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -17,6 +17,7 @@ def _prep_function(*args, **kwargs):
"""
supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3', 'budgie', 'mate', 'deepin', 'enlightenment']
+
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ',
allow_empty_input=False, sort=True)