10 lines
161 B
Nix
10 lines
161 B
Nix
{
|
|
environment.variables.FLAKE = "/home/cnst/.nix-config";
|
|
programs = {
|
|
nh = {
|
|
enable = true;
|
|
flake = "/home/cnst/.nix-config";
|
|
};
|
|
};
|
|
}
|