From 198a6e479ecaa4881a49d6ee50a13064965000d0 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 17 Oct 2024 20:31:47 -0300 Subject: [PATCH] fix(home-manager/common): correct dxvk config --- modules/home-manager/common.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/home-manager/common.nix b/modules/home-manager/common.nix index 13f8dfe..5365028 100644 --- a/modules/home-manager/common.nix +++ b/modules/home-manager/common.nix @@ -59,10 +59,7 @@ # Configure DXVK ".config/dxvk.conf".text = '' - dxgi.tearFree = True - dxvk.enableGraphicsPipelineLibrary = True - - dxvk.enableAsync = True + dxvk.enableGraphicsPipelineLibrary = Auto ''; # My utility scripts