index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Marcus Pereira <mpereirassa@gmail.com> | 2021-05-15 08:29:25 -0300 |
---|---|---|
committer | Marcus Pereira <mpereirassa@gmail.com> | 2021-05-15 08:29:25 -0300 |
commit | 5c6019124a2645b57cf2d51964e6720ec1d6bab7 (patch) | |
tree | 213de2401414fdc703e2c90eb6f52c94a33bec54 /profiles | |
parent | 631a94c89d3cbf3a66478a4aacb1b42f27d5fb34 (diff) |
-rw-r--r-- | profiles/awesome.py | 2 |
diff --git a/profiles/awesome.py b/profiles/awesome.py index 7b305eb2..ee812eb3 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', 'main', 'alacritty'] +__packages__ = ['nemo', 'gpicview', 'main', 'alacritty'] def _prep_function(*args, **kwargs): """ |