gamemode

gamemode 1.8.2

Optimise Linux system performance on demand

https://feralinteractive.github.io/gamemode
BSD 3-clause "New" or "Revised" License
main program: gamemoderunprograms: gamemoded, gamemodelist, gamemode-simulate-game, gamemoderun
Platforms (24)
powerpc64le-linuxmips64el-linuxi686-linuxm68k-linuxsh4-linuxriscv32-linuxriscv64-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  gamemode
];
Ad-hoc shell
nix-shell -p gamemode
Flake (nix run)
nix run nixpkgs#gamemode