All my system configs and packages in one repo
1
fork

Configure Feed

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

programs: use lix instead of nix 2.18

it's just genuinely better, faster, more stable than CppNix

+1 -1
+1 -1
users/leah/default.nix
··· 74 74 ]; 75 75 }; 76 76 77 - nix.package = pkgs.nixVersions.nix_2_18; 77 + nix.package = pkgs.lix; 78 78 boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; 79 79 }