mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-12 21:46:08 +01:00
Merge 065bae1c89 into 52113c4f5c
This commit is contained in:
commit
8e825fb690
6 changed files with 67 additions and 0 deletions
8
common/gpu/intel/arrow-lake/default.nix
Normal file
8
common/gpu/intel/arrow-lake/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [ ../. ];
|
||||
hardware.intelgpu = {
|
||||
driver = lib.mkIf (lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.8") "xe";
|
||||
vaapiDriver = "intel-media-driver";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue