1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-08 04:13:29 +02:00
nixos-hardware/common/cpu/intel/kaby-lake/default.nix
2018-05-15 19:54:45 +03:00

9 lines
99 B
Nix

{
imports = [ ../. ];
kernelParams = [
"i915.enable_fbc=1"
"i915.enable_psr=2"
];
}