Select the types of activity you want to include in your feed.
1{ lib, ... }: 2 3function: config: 4 5map function ( 6 lib.attrValues (lib.filterAttrs (_: user: user.isSystemUser == false) config.users.users) 7)