Select the types of activity you want to include in your feed.
1{ 2 inputs, 3 ... 4}: 5{ 6 nixpkgs = { 7 overlays = [ 8 inputs.self.overlays.openssh-fixperms 9 inputs.glide.overlays.default 10 inputs.golink.overlays.default 11 ]; 12 config = { 13 allowUnfree = true; 14 }; 15 }; 16}