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:
authorAnton Hvornum <anton@hvornum.se>2021-04-10 11:22:15 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-10 11:22:15 +0200
commit8429510736b0750510c4ac1d9f281755b195bb11 (patch)
treed82cdbb2af6545cf8eef80bf583fe507e588cb8e /profiles/desktop.py
parent48e801e6fdbc1f74885a3541011d4cce5876ab21 (diff)
parentf1b42216a7393e58a02f2e885293efe88304cada (diff)
Pulled in master to avoid merge conflicts.
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index e2850da4..7b10f773 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3']
+ supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon', 'xfce4', 'lxqt', 'i3', 'budgie']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile