mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
dell/xps/15-9520: use alder-lake gpu profile
This commit is contained in:
parent
be33295d69
commit
8f38d8a475
2 changed files with 6 additions and 0 deletions
5
common/gpu/intel/alder-lake/default.nix
Normal file
5
common/gpu/intel/alder-lake/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
imports = [ ../. ];
|
||||||
|
|
||||||
|
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
|
../../../common/gpu/intel/alder-lake
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
# To just use Intel integrated graphics with Intel's open source driver
|
# To just use Intel integrated graphics with Intel's open source driver
|
||||||
# ../../../common/gpu/nvidia/disable.nix
|
# ../../../common/gpu/nvidia/disable.nix
|
||||||
|
|
Loading…
Reference in a new issue