Update
This commit is contained in:
parent
365f1cced7
commit
86c4500114
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@
|
||||||
pkgs.nvtop-nvidia
|
pkgs.nvtop-nvidia
|
||||||
# WINE
|
# WINE
|
||||||
# support 32-bit only
|
# support 32-bit only
|
||||||
wine
|
pkgs.wine
|
||||||
# support 64-bit only
|
# support 64-bit only
|
||||||
(wine.override { wineBuild = "wine64"; })
|
(pkgs.wine.override { wineBuild = "wine64"; })
|
||||||
pkgs.wineWowPackages.staging
|
pkgs.wineWowPackages.staging
|
||||||
pkgs.winetricks
|
pkgs.winetricks
|
||||||
pkgs.wineWowPackages.waylandFull
|
pkgs.wineWowPackages.waylandFull
|
||||||
|
|
Loading…
Reference in a new issue