1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-26 06:28:32 +02:00

AMD: Prefer RADV

This commit is contained in:
Martino Fontana 2022-03-16 17:01:29 +01:00
parent 816a935bf5
commit abd470874b

View File

@ -18,4 +18,6 @@
driSupport = lib.mkDefault true;
driSupport32Bit = lib.mkDefault true;
};
environment.variables.AMD_VULKAN_ICD = "RADV";
}