fix(hardware): enable more hardware acceleration features

https://wiki.nixos.org/wiki/AMD_GPU
This commit is contained in:
Khaïs COLIN 2024-09-17 17:30:40 +02:00
parent 144c46a984
commit 3179db69ba

View file

@ -236,9 +236,12 @@
hardware.opengl = { hardware.opengl = {
# hardware.graphics in unstable # hardware.graphics in unstable
enable = true; enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-media-driver intel-media-driver
intel-vaapi-driver intel-vaapi-driver
libvdpau-va-gl
vaapiVdpau vaapiVdpau
intel-compute-runtime intel-compute-runtime
pkgs-unstable.vpl-gpu-rt pkgs-unstable.vpl-gpu-rt