diff --git a/modules/nvidia.nix b/modules/nvidia.nix index 80e5091..34328e3 100644 --- a/modules/nvidia.nix +++ b/modules/nvidia.nix @@ -13,7 +13,7 @@ # Enable this if you have graphical corruption issues or application crashes after waking # up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead # of just the bare essentials. - powerManagement.enable = false; + powerManagement.enable = true; # Fine-grained power management. Turns off GPU when not in use. # Experimental and only works on modern Nvidia GPUs (Turing or newer).