Files
nixos-config/modules/home-manager/nh.nix
2025-12-02 23:17:14 +01:00

11 lines
81 B
Nix

{
config,
pkgs,
...
}:
{
programs.nh = {
enable = true;
};
}