DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: d99ed70f801a564276dec9ed35f407f53f0c06ac nix-arta/modules/nixos/gaming.nix -rw-r--r-- 140 bytes
d99ed70fJonni Liljamo feat: add user to dialout on arwen 17 days ago
                                                                                
1
2
3
4
5
6
7
{
  flake.modules.nixos.gaming = {...}: {
    boot.kernel.sysctl."vm.max_map_count" = 1048576;

    programs.gamemode.enable = true;
  };
}