chore: initial prototype

This commit is contained in:
technofab 2025-05-03 22:05:29 +02:00
commit c1c19c324d
16 changed files with 1099 additions and 0 deletions

6
lib/flake.nix Normal file
View file

@ -0,0 +1,6 @@
{
outputs = inputs: {
lib = import ./.;
flakeModule = import ./flakeModule.nix;
};
}