Select the types of activity you want to include in your feed.
1{ 2 lib, 3 ... 4}: 5{ 6 options.flake.data = lib.mkOption { 7 type = lib.types.anything; 8 description = "Data for dishNet flakes"; 9 }; 10}