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:
parent
7f189727a2
commit
677f4349be
|
|
@ -12,7 +12,8 @@ class CosmicProfile(XorgProfile):
|
||||||
@override
|
@override
|
||||||
def packages(self) -> list[str]:
|
def packages(self) -> list[str]:
|
||||||
return [
|
return [
|
||||||
'cosmic',
|
"cosmic",
|
||||||
|
"xdg-user-dirs",
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue