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