From 4463c0016038c45b4b1d8d153c51ae425160e9c3 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Mon, 24 Aug 2026 11:08:31 -0400 Subject: [PATCH] nixos-pc: disable excessive logging from WINE and DXVK --- hosts/shared/nixos-pc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/shared/nixos-pc.nix b/hosts/shared/nixos-pc.nix index b8ebf85..ce7fe88 100644 --- a/hosts/shared/nixos-pc.nix +++ b/hosts/shared/nixos-pc.nix @@ -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"; }; };