nixos-configuration/nixHelper.nix

10 lines
111 B
Nix

# Nix-Helper: swgithub.com/viperML/nh
{ ... }:
{
programs.nh = {
enable = true;
flake = ./.;
};
}