mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-23 10:09:44 +01:00
AMD: Prefer RADV
This commit is contained in:
parent
816a935bf5
commit
abd470874b
1 changed files with 2 additions and 0 deletions
|
@ -18,4 +18,6 @@
|
|||
driSupport = lib.mkDefault true;
|
||||
driSupport32Bit = lib.mkDefault true;
|
||||
};
|
||||
|
||||
environment.variables.AMD_VULKAN_ICD = "RADV";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue