index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | edl2 <95947898+edl2@users.noreply.github.com> | 2022-05-26 03:11:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 09:11:38 +0200 |
commit | 0c7506fe1c8b5a446a3dd4c9936d34806e439be6 (patch) | |
tree | b3c1c3e943f701053b9c2bf08866de3d72ab569c | |
parent | da6285e0e73c56e6dfad7156388e13790fa28180 (diff) |
-rw-r--r-- | profiles/awesome.py | 3 |
diff --git a/profiles/awesome.py b/profiles/awesome.py index 9648fc4a..4593261b 100644 --- a/profiles/awesome.py +++ b/profiles/awesome.py @@ -7,9 +7,6 @@ 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", - "maim", "alacritty", ] |