feat: initial v3 rewrite

This commit is contained in:
technofab 2025-09-01 15:04:20 +02:00
commit 0952ab4145
No known key found for this signature in database
32 changed files with 1457 additions and 0 deletions

6
lib/flake.nix Normal file
View file

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