Files
lux/modules/features/nh.nix
T
2026-04-21 17:54:30 +02:00

11 lines
182 B
Nix

{
flake.modules.homeManager.nh =
{ config, ... }:
{
programs.nh = {
enable = true;
flake = config.meta.user.nixosConfigurationPath;
};
};
}