11 lines
81 B
Nix
11 lines
81 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
programs.nh = {
|
|
enable = true;
|
|
};
|
|
}
|