1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-17 18:20:18 +02:00
nixos-hardware/common/cpu/intel/kaby-lake/default.nix

9 lines
99 B
Nix
Raw Normal View History

2018-05-15 18:54:18 +02:00
{
imports = [ ../. ];
kernelParams = [
"i915.enable_fbc=1"
"i915.enable_psr=2"
];
}