{ flake.modules.nixos.gaming = {...}: { boot.kernel.sysctl."vm.max_map_count" = 1048576; programs.gamemode.enable = true; }; }