nero: added qbittorrent nixos-pc: change wine to wine-cachyos

This commit is contained in:
2026-08-19 20:09:33 -04:00
parent 4bd986ad7f
commit 8d985a50ee
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -346,7 +346,7 @@ in
unstable.winetricks
unstable.fastfetch
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-tkg
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-cachyos
inputs.appimage-manager.packages.${pkgs.stdenv.hostPlatform.system}.default
(python3.withPackages (
@@ -394,7 +394,9 @@ in
DOTNET_ROOT = "${pkgs.dotnet-sdk}/share/dotnet";
DOTNET_CLI_HOME = "$XDG_DATA_HOME/dotnet";
GTK2_RC_FILES = "$XDG_CONFIG_HOME/gtk-2.0/gtkrc";
WINE_BIN = "${inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-tkg}/bin/.wine";
WINE_BIN = "${
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.wine-cachyos
}/bin/.wine";
WINEPREFIX = "$XDG_DATA_HOME/wine";
};
};