extra gpu drivers

This commit is contained in:
Rachel Lambda Samuelsson 2023-08-25 14:10:48 +02:00
parent f5e3808b4a
commit ba32f1281c

View File

@ -10,6 +10,14 @@
enable = true; enable = true;
driSupport = true; driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
extraPackages = with pkgs; [
intel-ocl
intel-compute-runtime
intel-media-driver
vaapiIntel
vaapiVdpau
libvdpau-va-gl
];
}; };
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.logind = { services.logind = {