1 2 3 4 5 6 7
{ flake.modules.nixos.gaming = {...}: { boot.kernel.sysctl."vm.max_map_count" = 1048576; programs.gamemode.enable = true; }; }