mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
9 lines
104 B
Nix
9 lines
104 B
Nix
{
|
|
imports = [ ../. ];
|
|
|
|
boot.kernelParams = [
|
|
"i915.enable_fbc=1"
|
|
"i915.enable_psr=2"
|
|
];
|
|
}
|