feat: add templates

This commit is contained in:
2025-08-05 04:41:27 +00:00
parent 492597b7ab
commit bb16555d4f
5 changed files with 164 additions and 0 deletions

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; };
};
}