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

10 lines
161 B
Nix

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