feat: add templates

This commit is contained in:
2025-08-05 04:41:27 +00:00
parent a7fbd59144
commit d24df7ad21
5 changed files with 164 additions and 0 deletions
+1
View File
@@ -70,5 +70,6 @@
lib = self-lib;
overlays.default = import ./overlay { inherit flake self inputs nixpkgs; };
nixosModules = import ./nixos/module { inherit flake self inputs nixpkgs; };
templates = import ./template { inherit flake self inputs nixpkgs; };
};
}