initial commit

This commit is contained in:
bit
2025-08-22 16:24:02 +02:00
commit a44fd5e362
4 changed files with 414 additions and 0 deletions

7
flake.nix Normal file
View File

@@ -0,0 +1,7 @@
{
outputs = { self }: {
nixosModules.default = import ./module;
};
}