Select the types of activity you want to include in your feed.
1{ config, flakeLib, ... }: 2 3{ 4 programs.adb.enable = true; 5 6 users.groups.adb.members = flakeLib.forAllUsers (user: user.name) config; 7}