diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 0af4a29..0452f98 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -10,6 +10,14 @@ enable = true; driSupport = true; driSupport32Bit = true; + extraPackages = with pkgs; [ + intel-ocl + intel-compute-runtime + intel-media-driver + vaapiIntel + vaapiVdpau + libvdpau-va-gl + ]; }; hardware.bluetooth.enable = true; services.logind = {