repo: init

welcome 👋 to my world 🌍
This commit is contained in:
Artur Manuel 2024-08-11 08:22:48 +01:00
commit edcf6f758e
Failed to generate hash of commit
11 changed files with 134 additions and 2 deletions

12
flake.nix Normal file
View file

@ -0,0 +1,12 @@
{
description = "Flake Template Hell";
outputs = _: {
templates = {
"python" = {
path = ./templates/python;
description = "python flake template";
};
};
};
}