nixos/modules/common-desktop/gamemode.nix
2023-12-24 11:01:25 -05:00

4 lines
106 B
Nix

{
programs.gamemode.enable = true;
environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload";
}