nixos-pc: disable excessive logging from WINE and DXVK

This commit is contained in:
2026-08-24 11:08:31 -04:00
parent 899d125692
commit 4463c00160
+2
View File
@@ -399,6 +399,8 @@ in
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-cachyos
}/bin/.wine";
WINEPREFIX = "$XDG_DATA_HOME/wine";
WINEDEBUG = "-all";
DXVK_LOG_LEVEL = "error";
};
};