Select the types of activity you want to include in your feed.
1{ 2 nix.settings = { 3 substituters = [ "https://nix-community.cachix.org" ]; 4 trusted-public-keys = [ 5 "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" 6 ]; 7 }; 8}