Files
nix-config/modules/nixos/gaming/options.nix
mjallen18 2ea82a643d cleanup
2025-08-24 18:56:51 -05:00

8 lines
130 B
Nix
Executable File

{ lib, namespace, ... }:
with lib;
{
options.${namespace}.gaming = {
enable = mkEnableOption "enable gaming stuffs";
};
}