temp commit

This commit is contained in:
mjallen18
2025-07-16 19:57:33 -05:00
parent 1a254d12c7
commit 6c7c76887b
89 changed files with 4356 additions and 2822 deletions

View File

@@ -0,0 +1,7 @@
{ lib, ... }:
with lib;
{
options.share.gaming = {
enable = mkEnableOption "enable gaming stuffs";
};
}