1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

Merge pull request #391 from SuperSamus/radv

AMD: Prefer RADV
This commit is contained in:
Jörg Thalheim 2022-03-16 16:20:44 +00:00 committed by GitHub
commit 32f61571b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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