From f26253278bc65692a33e58e3b259ae46d2326766 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Mon, 24 Mar 2025 23:53:41 +1100 Subject: [PATCH] Prefer RADV driver --- nixos/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b7009f4..d20d1a0 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -341,6 +341,11 @@ in ''; }; + # === Prefer RADV driver === + environment.variables = { + AMD_VULKAN_ICD = "RADV"; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave