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:
parent
3cc8c47af3
commit
a57fc74bc3
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue