summaryrefslogtreecommitdiff
path: root/modules/amdgpu.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/amdgpu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/amdgpu.nix b/modules/amdgpu.nix
index e3f053a..b682de3 100644
--- a/modules/amdgpu.nix
+++ b/modules/amdgpu.nix
@@ -4,7 +4,7 @@
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
- vaapiVdpau
+ libva-vdpau-driver
libvdpau-va-gl
];