My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7b1e53e5525db3d6d638cdb3e948ffe3ebe9d5b4 16 lines 233 B view raw
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}