From 3901051cb9f0de743cc7a273f82e1cf8fa80f692 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 9 Dec 2024 11:31:31 -0500 Subject: [PATCH] gpu/amd: set GSK_RENDERER=ngl --- hwModules/common/gpu/amd/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hwModules/common/gpu/amd/default.nix b/hwModules/common/gpu/amd/default.nix index 0e9baf52..0da38ad6 100644 --- a/hwModules/common/gpu/amd/default.nix +++ b/hwModules/common/gpu/amd/default.nix @@ -1,5 +1,8 @@ {...}: { - environment.variables.VDPAU_DRIVER = "radeonsi"; + environment.variables = { + DPAU_DRIVER = "radeonsi"; + GSK_RENDERER = "ngl"; + }; hardware = { amdgpu = {