test
This commit is contained in:
parent
367424a059
commit
609bfec569
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
programs.gamemode = {
|
programs.gamemode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
nv_powermizer_mode = 1;
|
nv_powermizer_mode = "1";
|
||||||
custom = {
|
custom = {
|
||||||
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
|
||||||
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";
|
||||||
|
|
|
@ -34,6 +34,6 @@
|
||||||
|
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
}
|
}
|
Loading…
Reference in a new issue