mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
Revert "modules.hardware.gpu.nvidia: fix"
This reverts commit 04cb3b86dd.
This commit is contained in:
@@ -64,8 +64,6 @@ inputs:
|
||||
package = inputs.config.boot.kernelPackages.nvidiaPackages.${gpu.nvidia.driver};
|
||||
inherit (gpu.nvidia) open;
|
||||
prime.allowExternalGpu = true;
|
||||
# fix sudden black screen for 1-2 seconds
|
||||
forceFullCompositionPipeline = true;
|
||||
};
|
||||
};
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
|
||||
Reference in New Issue
Block a user