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