We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677f434 commit 471cb48Copy full SHA for 471cb48
1 file changed
archinstall/default_profiles/desktops/cosmic.py
@@ -12,8 +12,8 @@ def __init__(self) -> None:
12
@override
13
def packages(self) -> list[str]:
14
return [
15
- "cosmic",
16
- "xdg-user-dirs",
+ 'cosmic',
+ 'xdg-user-dirs',
17
]
18
19
@property
0 commit comments