dotfiles/nixos/modules/core/nh/default.nix

6 lines
46 B
Nix
Raw Normal View History

2025-01-19 02:31:05 -06:00
{
programs.nh = {
enable = true;
};
}