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"; }; };