diff --git a/home/modules/gaming.nix b/home/modules/gaming.nix new file mode 100644 index 00000000..c330101d --- /dev/null +++ b/home/modules/gaming.nix @@ -0,0 +1,14 @@ +{ config, lib, pkgs, ... }: + +with lib; + +let + cfg = config.modules.gaming; + flatpak = config.module.flatpak; +in { + imports = [ ]; + + options.modules.gaming = {}; + + config = mkIf cfg.enable {}; +} \ No newline at end of file