Move gamemode

This commit is contained in:
Henry Hiles 2025-03-01 15:59:45 -05:00
parent cf691fb51d
commit c4a6152b49
2 changed files with 1 additions and 2 deletions

View file

@ -3,8 +3,6 @@
inputs,
...
}: {
programs.gamemode.enable = true;
services.xserver.excludePackages = [pkgs.xterm];
environment.systemPackages = with pkgs; [
fd

View file

@ -16,6 +16,7 @@
dynamicBoost.enable = true;
};
programs.gamemode.enable = true;
environment.sessionVariables.GAMEMODERUNEXEC = "nvidia-offload";
services.xserver.videoDrivers = ["nvidia"];
networking.hostName = "quadtop";