Skip to content

Commit

Permalink
Add awesome package to Awesome profile (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
codefiles authored Jul 29, 2023
1 parent 7326d51 commit 29b5280
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion archinstall/default_profiles/desktops/awesome.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ def __init__(self):

@property
def packages(self) -> List[str]:
return ['alacritty']
return [
'awesome',
'alacritty'
]

def preview_text(self) -> Optional[str]:
text = str(_('Environment type: {}')).format(self.profile_type.value)
Expand Down

0 comments on commit 29b5280

Please sign in to comment.