Files
cnix/system/nix/nh/toothpick/default.nix

10 lines
171 B
Nix

{
environment.variables.FLAKE = "/home/toothpick/.nix-config";
programs = {
nh = {
enable = true;
flake = "/home/toothpick/.nix-config";
};
};
}