Add Nix files

This commit is contained in:
2025-05-21 19:47:51 +01:00
parent c28d5f2b8b
commit 56aa234efe
23 changed files with 9076 additions and 0 deletions
@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./modules/default.nix
];
}