chore(flake): update and re-add fixed libvdpau-va-gl

This commit is contained in:
Tim Schubert 2025-10-12 15:23:15 +02:00
parent 0c69d4373f
commit de5d7ae0b4
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View file

@ -18,7 +18,10 @@ in
programs.steam.enable = true;
hardware.graphics = {
enable = true;
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
extraPackages32 = with pkgs.pkgsi686Linux; [
libva
libvdpau-va-gl
];
};
services.pulseaudio.support32Bit = true;
};