initial commit

This commit is contained in:
bit
2025-08-20 18:24:30 +02:00
commit eea18118a0
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;
};
}