From 1048f261d4d9dd8a40f488301203d8a5e29fedb0 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 8 Jan 2026 06:17:48 -0500 Subject: [PATCH] vaapiVdpau -> libva-vdpau-driver --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 3f496a2..d2d520c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -125,7 +125,7 @@ hardware.graphics = { enable = true; extraPackages = with pkgs; [ - vaapiVdpau + libva-vdpau-driver intel-compute-runtime # OpenCL filter support (hardware tonemapping and subtitle burn-in) vpl-gpu-rt # QSV on 11th gen or newer ];