8 lines
145 B
Nix
8 lines
145 B
Nix
{config, ...}: {
|
|
flake.modules.nixos.base = {
|
|
programs.nh = {
|
|
enable = true;
|
|
flake = config.flake.meta.location;
|
|
};
|
|
};
|
|
}
|