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:
parent
da6285e0e7
commit
0c7506fe1c
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue