refactor(ingredients): add some dependencies
Some ingredients depend on others - whether this is by setting options
from another ingredient in a module or by some runtime code that only
makes sense with something else enabled. Let's turn on some ingredients
that are needed by other ingredients when we need them
For now, I've held of on adding ingredients like catppuccin or espanso
(where the options are not configured by PacketMix) even where they
clearly are needed to actually use some config... only ingredients who's
defined options are used or where there will be runtime errors in some
cases are included. We can consider adding these in a followup
Instead of making freshlybakedcake/ssh.nix enable development I moved it
to a combined ingredient. That behavior would be a little too surprising
This is a binary file and will not be displayed.