Select the types of activity you want to include in your feed.
refactor: don't spill all inputs into module inputs
So if you have an input called "lanzaboote", now you have to refer to it with `inputs.lanzaboote` in module code instead of just `lanzaboote`. IMO this is clearer.