Add missing xdg-user-dirs (#3484)

* Update cosmic.py

* Reverted incorrect Python logic surrounding the greeter type.

---------

Co-authored-by: Torxed <torxed@archlinux.org>
This commit is contained in:
DarkXero 2025-06-22 16:17:25 +03:00 committed by GitHub
parent 7f189727a2
commit 677f4349be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ class CosmicProfile(XorgProfile):
@override
def packages(self) -> list[str]:
return [
'cosmic',
"cosmic",
"xdg-user-dirs",
]
@property