blob: 55a5ea45d2a0da8695fc631da5591a79a1f3dfcf [file] [log] [blame]
{ pkgs, ... }: {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = [
pkgs.vaapiVdpau
];
};
}