qol(Hibernate/Sleep): Now works 🎉

This commit is contained in:
2025-12-03 10:42:03 +00:00
parent 40d22f087d
commit 10582a5727
3 changed files with 90 additions and 21 deletions

View File

@@ -126,11 +126,12 @@ in
# 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).
powerManagement.finegrained = false;
# prime.offload.enable = true;
# Use the NVidia open source kernel module (not to be confused with the
# independent third-party "nouveau" open source driver).