My Nix Configuration
2
fork

Configure Feed

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

at 4e68bc71bf0d7dc53a3a4292efdd51cc9514f81b 17 lines 270 B view raw
1{ 2 inputs, 3 ... 4}: 5{ 6 nixpkgs = { 7 overlays = [ 8 inputs.self.overlays.openssh-fixperms 9 inputs.agenix.overlays.default 10 inputs.glide.overlays.default 11 inputs.golink.overlays.default 12 ]; 13 config = { 14 allowUnfree = true; 15 }; 16 }; 17}