Add sway profile to desktop file

This commit is contained in:
Dylan Taylor 2021-04-08 15:15:44 -04:00
parent 8c9b162049
commit e49f983036
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
supported_desktops = ['gnome', 'kde', 'awesome']
supported_desktops = ['gnome', 'kde', 'awesome', 'sway']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarily store the selected desktop profile