I want to install as little to base-os as possible. Is there a recommended logical approach for utilizing desktop apps in toolbox?
For example, if I want to install gnome tools, should I…
1. put all my gnome tools into a single toolbox. example:
toolbox create -c gnome
2. put each gnome tool into its own toolbox. example:
toolbox create -c gnome-tweaks
toolbox create -c calendar
3. put all dnf tools into a single toolbox. for example, gnome tools, tilix, chrome, etc
Thoughts and recommendations?