Enable gamemode on GLaDOS

This commit is contained in:
Lillian Violet 2024-03-03 16:36:41 +01:00
parent 294916003a
commit c3512036b1

View file

@ -46,6 +46,27 @@
driversi686Linux.amdvlk driversi686Linux.amdvlk
]; ];
programs.gamemode = {
enable = true;
settings = {
general = {
renice = 10;
};
# Warning: GPU optimisations have the potential to damage hardware
gpu = {
apply_gpu_optimisations = "accept-responsibility";
gpu_device = 0;
amd_performance_level = "high";
};
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
};
};
};
boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = { boot.lanzaboote = {