Bottles: Difference between revisions

Axka (talk | contribs)
Tags: Mobile edit Mobile web edit Visual edit
fix typo
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


== Installation ==
== Installation ==
Simply [[Adding programs to PATH|install]] the <code>bottles</code> package.
Simply [[Adding programs to PATH|install]] the <code>bottles</code> package:
 
<syntaxhighlight lang="nix">
environment.systemPackages = with pkgs; [
  bottles
];
</syntaxhighlight>
 
=== Home Manager ===
 
Add the package to your <code>[https://home-manager-options.extranix.com/?release=master&query=home.packages home.packages]</code>:
 
<syntaxhighlight lang="nix">
home.packages = with pkgs; [     
  bottles
];
</syntaxhighlight>


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