From 5a83ae266a4cdc1a64c72160cebc770a90493fdd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 29 May 2024 14:13:10 -0400 Subject: [PATCH] hardware/gpu: add intel compute runtime --- modules/modules/hardware/gpu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/modules/hardware/gpu.nix b/modules/modules/hardware/gpu.nix index 03a80dd..ae410a4 100644 --- a/modules/modules/hardware/gpu.nix +++ b/modules/modules/hardware/gpu.nix @@ -24,6 +24,7 @@ in vaapiVdpau (optionals cfg.intel [ + intel-compute-runtime intel-media-driver vaapiIntel ])