common/gpu/intel: update modules to use new options

This commit is contained in:
Gavin John
2024-10-18 14:25:48 -07:00
committed by mergify[bot]
parent 184091915d
commit 86a33c3e32
10 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ lib, pkgs, ... }:
{
imports = [ ../. ];
hardware.intelgpu = {
vaapiDriver = "intel-vaapi-driver";
enableHybridCodec = true;
};
}