Select the types of activity you want to include in your feed.
1{ lib, ... }: 2 3{ 4 options.set = { 5 value = lib.mkOption { 6 type = lib.types.ints.positive; 7 }; 8 }; 9}