Jump to content

Bottles: Difference between revisions

From Official NixOS Wiki
Create page for Bottles
 
Axka (talk | contribs)
Tags: Mobile edit Mobile web edit Visual edit
 
Line 2: Line 2:


== Installation ==
== Installation ==
Bottles can be installed from nixpkgs:
Simply [[Adding programs to PATH|install]] the <code>bottles</code> package.
 
<syntaxhighlight lang="nixos">
environment.systemPackages = with pkgs; [
  bottles
];
</syntaxhighlight>


[[Category:Applications]]
[[Category:Applications]]
[[Category:Gaming]]
[[Category:Gaming]]

Latest revision as of 12:47, 8 February 2026

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.