mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
11 lines
161 B
Nix
11 lines
161 B
Nix
{
|
|
imports = [ ../. ];
|
|
|
|
boot.kernelParams = [
|
|
"i915.enable_fbc=1"
|
|
"i915.enable_psr=2"
|
|
];
|
|
|
|
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
|
}
|