Select the types of activity you want to include in your feed.
1{ pkgs, ... }: 2 3{ 4 programs.ssh = { 5 package = pkgs.openssh_hpn; 6 }; 7}