···93 hardware.opengl.extraPackages = mkOption {
94 type = types.listOf types.package;
95 default = [];
96- example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
97 description = ''
98 Additional packages to add to OpenGL drivers. This can be used
99 to add OpenCL drivers, VA-API/VDPAU drivers etc.
···93 hardware.opengl.extraPackages = mkOption {
94 type = types.listOf types.package;
95 default = [];
96+ example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau intel-ocl ]";
97 description = ''
98 Additional packages to add to OpenGL drivers. This can be used
99 to add OpenCL drivers, VA-API/VDPAU drivers etc.