Skip to content

Commit 677f434

Browse files
DarkXero-devTorxed
andauthored
Add missing xdg-user-dirs (#3484)
* Update cosmic.py * Reverted incorrect Python logic surrounding the greeter type. --------- Co-authored-by: Torxed <torxed@archlinux.org>
1 parent 7f18972 commit 677f434

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • archinstall/default_profiles/desktops

archinstall/default_profiles/desktops/cosmic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ def __init__(self) -> None:
1212
@override
1313
def packages(self) -> list[str]:
1414
return [
15-
'cosmic',
15+
"cosmic",
16+
"xdg-user-dirs",
1617
]
1718

1819
@property

0 commit comments

Comments
 (0)