This commit is contained in:
rycee 2024-04-21 21:12:35 +00:00
parent aa002e816e
commit d8ce6c8e70
1 changed files with 90 additions and 0 deletions

View File

@ -37710,6 +37710,96 @@ package</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.poetry.enable"></a><a class="term" href="options.xhtml#opt-programs.poetry.enable"><code class="option">programs.poetry.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable poetry.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/poetry.nix" target="_top">
&lt;home-manager/modules/programs/poetry.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.poetry.package"></a><a class="term" href="options.xhtml#opt-programs.poetry.package"><code class="option">programs.poetry.package</code>
</a>
</span>
</dt>
<dd>
<p>The poetry package to use. May be used to install custom poetry plugins.</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.poetry</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">pkgs.poetry.withPlugins (ps: with ps; [ poetry-plugin-up ])</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/poetry.nix" target="_top">
&lt;home-manager/modules/programs/poetry.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.poetry.settings"></a><a class="term" href="options.xhtml#opt-programs.poetry.settings"><code class="option">programs.poetry.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/pypoetry/config.toml</code> on Linux or
<code class="filename">$HOME/Library/Application Support/pypoetry/config.toml</code> on Darwin.
See
<a class="link" href="https://python-poetry.org/docs/configuration/" target="_top">https://python-poetry.org/docs/configuration/</a>
for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
virtualenvs.create = true;
virtualenvs.in-project = true;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/poetry.nix" target="_top">
&lt;home-manager/modules/programs/poetry.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.powerline-go.enable"></a><a class="term" href="options.xhtml#opt-programs.powerline-go.enable"><code class="option">programs.powerline-go.enable</code>