Files
lux/modules/features/nh.nix
T
2026-04-25 00:19:20 +02:00

11 lines
190 B
Nix

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