1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 11:29:42 +01:00

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

View file

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