Select the types of activity you want to include in your feed.
1{ config, lib, ... }: 2 3{ 4 loaOfSub.foo = lib.mkIf config.enable { 5 enable = true; 6 }; 7}