more moving

This commit is contained in:
mjallen18
2024-02-29 14:17:34 -06:00
parent 347d30094b
commit ab42ace3b6
11 changed files with 128 additions and 82 deletions

6
share/gaming/options.nix Normal file
View File

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