9 lines
99 B
Nix
9 lines
99 B
Nix
{
|
|
imports = [ ../. ];
|
|
|
|
kernelParams = [
|
|
"i915.enable_fbc=1"
|
|
"i915.enable_psr=2"
|
|
];
|
|
}
|