blob: 55a5ea45d2a0da8695fc631da5591a79a1f3dfcf [file] [log] [blame]
Samuel Shuert504b0fd2024-02-11 14:39:15 -05001{ pkgs, ... }: {
2 hardware.opengl = {
3 enable = true;
4 driSupport = true;
5 driSupport32Bit = true;
6 extraPackages = [
7 pkgs.vaapiVdpau
8 ];
9 };
10}