nixos-hardware/microsoft/surface-pro/9/default.nix

5 lines
135 B
Nix
Raw Normal View History

{
imports = [ ../../surface/surface-pro-intel ];
boot.kernelParams = [ "i915.enable_psr=0" ]; # Disable Intel Panel Self Refresh
}