From e441f9221632e16b052ddf5be957d3a9c2adc8c3 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 1 Sep 2025 18:51:48 -0500 Subject: [PATCH] fine --- system-config/configuration/laptop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system-config/configuration/laptop/default.nix b/system-config/configuration/laptop/default.nix index aa42b5e..1c53f0f 100644 --- a/system-config/configuration/laptop/default.nix +++ b/system-config/configuration/laptop/default.nix @@ -58,10 +58,10 @@ nvidia = { modesetting.enable = true; powerManagement.enable = true; - powerManagement.finegrained = false; - open = true; + powerManagement.finegrained = true; + open = false; nvidiaSettings = true; - #package = config.boot.kernelPackages.nvidiaPackages.stable; + package = config.boot.kernelPackages.nvidiaPackages.stable; prime = { # Make sure to use the correct Bus ID values for your system!