7 lines
135 B
Nix
7 lines
135 B
Nix
{config, ...}: {
|
|
programs.nh = {
|
|
enable = true;
|
|
flake = config.var.configDirectory; # Assuming this is the flake root
|
|
};
|
|
}
|