diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-04 15:03:24 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-04 15:03:24 -0500 |
| commit | 71a73252a24dfbe8c8d796c1075f0ebc2d9a8d74 (patch) | |
| tree | dcd70013a9fdc91fa5e6ec3609931240dc45b057 /modules/amdgpu.nix | |
| parent | b69df02d4d96663540598a1faec4835750dbe703 (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | modules/amdgpu.nix | 2 |
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 ]; |
