index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-29 08:23:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 08:23:01 +0000 |
commit | 455dd24614be1dcad7ef193bde6efaea6d901b59 (patch) | |
tree | 5309cbfed3632e51831267673632678cc6b11e98 /profiles/awesome.py | |
parent | 1238199ed8022fbfaedcf746527b5d8c1ad975b9 (diff) | |
parent | 2d02e806f2ae5341752a0ceb532e5c239a164ee7 (diff) |
-rw-r--r-- | profiles/awesome.py | 2 |
diff --git a/profiles/awesome.py b/profiles/awesome.py index 694a4f9d..a5dedccd 100644 --- a/profiles/awesome.py +++ b/profiles/awesome.py @@ -6,7 +6,7 @@ is_top_level_profile = False # New way of defining packages for a profile, which is iterable and can be used out side # of the profile to get a list of "what packages will be installed". -__packages__ = ['nemo', 'gpicview-gtk3', 'scrot', 'alacritty'] +__packages__ = ['nemo', 'gpicview-gtk3', 'main', 'alacritty'] def _prep_function(*args, **kwargs): """ |