From ba32f1281c101514021e989a2dd5415d55d657ad Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Fri, 25 Aug 2023 14:10:48 +0200 Subject: [PATCH] extra gpu drivers --- lambda/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = {