This commit is contained in:
2025-10-24 13:50:11 +02:00
parent 2cd032ef2a
commit 338655e0b1
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
# Nvidia power management. Experimental, and can cause sleep/suspend to fail.
#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 = true;
powerManagement.finegrained = false;
# Use the NVidia open source kernel module (not to be confused with the independent third-party "nouveau" open source driver).
# Currently alpha-quality/buggy, so false is currently the recommended setting.

View File

@@ -18,6 +18,9 @@
unzip
ripgrep
eza
fastfetch
];
}