replaced a `.` with a `,` in gnome.py profile.
This commit is contained in:
Jatin 2021-04-29 15:50:01 +05:30 committed by GitHub
parent 055b6dd905
commit 16a1a00643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import archinstall
is_top_level_profile = False
# Note: GDM should be part of the gnome group, but adding it here for clarity
__packages__ = ["gnome". "gnome-tweaks", "gdm"]
__packages__ = ["gnome", "gnome-tweaks", "gdm"]
def _prep_function(*args, **kwargs):
"""