nero: added qbittorrent nixos-pc: change wine to wine-cachyos
This commit is contained in:
@@ -137,6 +137,7 @@ in
|
|||||||
gamescope
|
gamescope
|
||||||
gamescope-wsi
|
gamescope-wsi
|
||||||
cheatengine
|
cheatengine
|
||||||
|
qbittorrent
|
||||||
|
|
||||||
inputs.scopebuddy.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.scopebuddy.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ in
|
|||||||
unstable.winetricks
|
unstable.winetricks
|
||||||
unstable.fastfetch
|
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
|
inputs.appimage-manager.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
|
||||||
(python3.withPackages (
|
(python3.withPackages (
|
||||||
@@ -394,7 +394,9 @@ in
|
|||||||
DOTNET_ROOT = "${pkgs.dotnet-sdk}/share/dotnet";
|
DOTNET_ROOT = "${pkgs.dotnet-sdk}/share/dotnet";
|
||||||
DOTNET_CLI_HOME = "$XDG_DATA_HOME/dotnet";
|
DOTNET_CLI_HOME = "$XDG_DATA_HOME/dotnet";
|
||||||
GTK2_RC_FILES = "$XDG_CONFIG_HOME/gtk-2.0/gtkrc";
|
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";
|
WINEPREFIX = "$XDG_DATA_HOME/wine";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user