My Nix Configuration
2
fork

Configure Feed

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

at 2c3fa32346506d1b4fc95adb5eefa2a6a0a77a7e 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}