Skip to content

Commit 1fd296f

Browse files
committed
Spelling error on extras package
1 parent d0f1fdf commit 1fd296f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • archinstall/default_profiles/desktops

archinstall/default_profiles/desktops/xmonad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def packages(self) -> list[str]:
1414
return [
1515
'xmonad',
1616
'xmonad-contrib',
17-
'xmonad-extra',
17+
'xmonad-extras',
1818
'xterm',
1919
'dmenu',
2020
]

0 commit comments

Comments
 (0)