From 0c7506fe1c8b5a446a3dd4c9936d34806e439be6 Mon Sep 17 00:00:00 2001 From: edl2 <95947898+edl2@users.noreply.github.com> Date: Thu, 26 May 2022 03:11:38 -0400 Subject: 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. --- profiles/awesome.py | 3 --- 1 file changed, 3 deletions(-) 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", ] -- cgit v1.2.3-54-g00ecf