Add wine
This commit is contained in:
parent
7336137d8d
commit
7b3e54beae
1 changed files with 14 additions and 0 deletions
|
@ -53,5 +53,19 @@
|
|||
vulkan-validation-layers
|
||||
vulkan-tools
|
||||
gwe
|
||||
|
||||
# wine install
|
||||
# support both 32- and 64-bit applications
|
||||
wineWowPackages.stable
|
||||
# support 32-bit only
|
||||
wine
|
||||
# support 64-bit only
|
||||
(wine.override { wineBuild = "wine64"; })
|
||||
# wine-staging (version with experimental features)
|
||||
wineWowPackages.staging
|
||||
# winetricks (all versions)
|
||||
winetricks
|
||||
# native wayland support (unstable)
|
||||
wineWowPackages.waylandFull
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue