{pkgs, ...}: { # hardware.opengl.extraPackages = with pkgs; [ # rocm-opencl-icd # open-cl # amdvlk # or directly through mesa # amd-media-driver # libva # ]; # # # Force radv, TODO: is this logical? # environment.variables.AMD_VULKAN_ICD = "RADV"; hardware.opengl = { enable = true; extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl amdvlk # or directly through mesa ]; }; }