Select the types of activity you want to include in your feed.
1{lib, ...}: { 2 options.flake.meta = { 3 username = lib.mkOption { 4 default = "scrumplex"; 5 }; 6 }; 7}