WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 06e6ff5e66 - Show all commits

View file

@ -5,7 +5,7 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit inputs; };
backupFileExtension = "bak";
backupFileExtension = "hm-backup";
users.functionalhacker =
import ./users/functionalhacker/home.nix;
};