This commit is contained in:
2025-09-21 20:18:56 -06:00
parent c9d70da47e
commit 33e6960112
4 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{config, pkgs, ...}:
{
programs.nh = {
enable = true;
flake = "https://git.coven.systems/autumn/nixos-conf";
};
}