mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
dell/xps/13-9360: review
This commit is contained in:
parent
b586e1051b
commit
0794564c45
3 changed files with 33 additions and 37 deletions
8
common/cpu/intel/kaby-lake/default.nix
Normal file
8
common/cpu/intel/kaby-lake/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
kernelParams = [
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_psr=2"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue