bottles
bottles 67.4
Easy-to-use wineprefix manager
https://usebottles.com/GNU General Public License v3.0 only
main program: bottlesprograms: bottles, bottles-cli
Platforms (24)
armv5tel-linuxarmv6l-linuxmicroblazeel-linuxpowerpc64-linuxmips64-linuxpowerpc-linuxmipsel-linuxarc-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ bottles ];
Ad-hoc shell
nix-shell -p bottles
Flake (nix run)
nix run nixpkgs#bottles