Remove unneeded packages from awesome profile? (#1247)

This profile currently installs a nemo - file manager, gpicview - image viewer, and maim - screenshot taker. all of these items do not typically come with awesome and aren't awesome specific and should be installed by the user. (also not required for the system to work). Especially since these are not even the most popular tools for each use.
This commit is contained in:
edl2 2022-05-26 03:11:38 -04:00 committed by GitHub
parent da6285e0e7
commit 0c7506fe1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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",
]