1
Fork 0
nixos-system-config/modules/packages/nh.nix

9 lines
84 B
Nix

{ ... }:
{
programs.nh = {
enable = true;
flake = "/nix/config";
};
}