mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
dell/xps/15-9520: use alder-lake gpu profile
This commit is contained in:
committed by
mergify[bot]
parent
be33295d69
commit
8f38d8a475
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
|
||||||
|
|||||||
Reference in New Issue
Block a user