porcorosso: add some vdpau/vaapi packages
This commit is contained in:
parent
7cbac10661
commit
8a9c00c7f0
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
intel-media-driver vaapiVdpau libvdpau-va-gl libva
|
||||||
|
];
|
||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue