1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-18 20:37:22 +02:00
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
}