Bottles
Appearance
Bottles is an open source application that lets you manage your Wine or Proton prefixes, and run Windows software within those prefixes.
Installation
Simply install the bottles package:
environment.systemPackages = with pkgs; [
bottles
];
Home Manager
Add the package to your home.packages:
home.packages = with pkgs; [
calibre
];