feat: init repo

This commit is contained in:
Mohammad Rafiq 2025-07-06 05:06:37 +08:00
commit a9556bd812
No known key found for this signature in database
2 changed files with 83 additions and 0 deletions

3
flake.nix Normal file
View file

@ -0,0 +1,3 @@
{
outputs = inputs: { flakeModules.default = ./module.nix; };
}