From 8d985a50eed37cb899380f6e2e4e49fb6d01477f Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Wed, 19 Aug 2026 20:09:33 -0400 Subject: [PATCH] nero: added qbittorrent nixos-pc: change wine to wine-cachyos --- hosts/nero/configuration.nix | 1 + hosts/shared/nixos-pc.nix | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index 2afb411..82d8d5a 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -137,6 +137,7 @@ in gamescope gamescope-wsi cheatengine + qbittorrent inputs.scopebuddy.packages.${pkgs.stdenv.hostPlatform.system}.default diff --git a/hosts/shared/nixos-pc.nix b/hosts/shared/nixos-pc.nix index fbd1775..c3fb6a1 100644 --- a/hosts/shared/nixos-pc.nix +++ b/hosts/shared/nixos-pc.nix @@ -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"; }; };