diff --git a/modules/features/nh.nix b/modules/features/nh.nix new file mode 100644 index 0000000..384129e --- /dev/null +++ b/modules/features/nh.nix @@ -0,0 +1,10 @@ +{ + flake.modules.homeManager.nh = + { config, ... }: + { + programs.nh = { + enable = true; + flake = config.meta.user.nixosConfigurationPath; + }; + }; +}