chore: replace vaapiIntel with intel-vaapi-driver

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-10-06 00:01:20 +05:30
parent a6805a4ddc
commit 6887ce0427
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -38,12 +38,12 @@
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-compute-runtime
vpl-gpu-rt
vaapiIntel
vaapiVdpau
intel-media-driver
intel-vaapi-driver
libvdpau-va-gl
vaapiVdpau
vpl-gpu-rt
];
};