This commit is contained in:
2025-11-29 16:57:29 +01:00
parent 44117cf8da
commit c150949ff4

View File

@@ -0,0 +1,6 @@
{config, ...}: {
programs.nh = {
enable = true;
flake = "/home/kiri/.config/nixos"; # Assuming this is the flake root
};
}