chore(flake): update and re-add fixed libvdpau-va-gl
This commit is contained in:
parent
0c69d4373f
commit
de5d7ae0b4
2 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue