AMD: include 32-bit driver for Vulkan

This commit is contained in:
Johannes Arnold 2021-09-28 19:23:41 +02:00
parent 3cc8c47af3
commit a57fc74bc3
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
amdvlk
];
hardware.opengl.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
hardware.opengl = {
driSupport = lib.mkDefault true;
driSupport32Bit = lib.mkDefault true;