Add media and compute packages for Intel iGPU on lutea
This gives me access to some more support for video decoding
yemou.pink 1 month ago 7b3a55d7 11fda8b5
··· 116 graphics = { 117 enable = true; 118 enable32Bit = true; 0 0 0 0 0 119 }; 120 }; 121
··· 116 graphics = { 117 enable = true; 118 enable32Bit = true; 119 + extraPackages = with pkgs; [ 120 + intel-compute-runtime 121 + intel-media-driver 122 + vpl-gpu-rt 123 + ]; 124 }; 125 }; 126