nixos-config/modules/home/programs/terminal/nh/default.nix
2024-12-09 23:07:20 -05:00

7 lines
81 B
Nix

{ ... }:
{
programs.nh = {
enable = true;
flake = "/etc/nixos";
};
}