setup vaapi/vdpau

This commit is contained in:
Felix Schröter 2019-12-12 15:50:06 +01:00 committed by Felix Schröter
parent b0ebf0ebf6
commit 2b403ed160

View file

@ -4,4 +4,13 @@
# Graphics drivers
hardware.bumblebee.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.opengl = {
driSupport32Bit = true;
extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau
libvdpau-va-gl
];
};
}