feat: add nh

This commit is contained in:
2026-04-21 17:54:30 +02:00
parent 571082c713
commit d252de8a3a
+10
View File
@@ -0,0 +1,10 @@
{
flake.modules.homeManager.nh =
{ config, ... }:
{
programs.nh = {
enable = true;
flake = config.meta.user.nixosConfigurationPath;
};
};
}