blob: 55a5ea45d2a0da8695fc631da5591a79a1f3dfcf [file] [log] [blame]
Skyler Greya0da6b22024-02-11 22:53:41 +00001{ pkgs, ... }: {
2 hardware.opengl = {
3 enable = true;
4 driSupport = true;
5 driSupport32Bit = true;
6 extraPackages = [
7 pkgs.vaapiVdpau
8 ];
9 };
10}