Files
nixos-config/modules/home-manager/nh.nix
2025-11-29 23:20:29 +01:00

7 lines
135 B
Nix

{config, ...}: {
programs.nh = {
enable = true;
flake = config.var.configDirectory; # Assuming this is the flake root
};
}