mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: d6b0c05457
This commit is contained in:
parent
0191fd7fbc
commit
9e9c52d8ff
1 changed files with 90 additions and 0 deletions
|
|
@ -62937,6 +62937,96 @@ attribute set of (TOML value)</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.visidata.enable"></a><a class="term" href="options.xhtml#opt-programs.visidata.enable"><code class="option">programs.visidata.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable Visidata.</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/visidata.nix" target="_top">
|
||||
<home-manager/modules/programs/visidata.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.visidata.package"></a><a class="term" href="options.xhtml#opt-programs.visidata.package"><code class="option">programs.visidata.package</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>The visidata package to use.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or package</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">pkgs.visidata</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/visidata.nix" target="_top">
|
||||
<home-manager/modules/programs/visidata.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.visidata.visidatarc"></a><a class="term" href="options.xhtml#opt-programs.visidata.visidatarc"><code class="option">programs.visidata.visidatarc</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Configuration settings and Python function declarations
|
||||
to be written to ~/.visidatarc. All available options
|
||||
can be found here: <a class="link" href="https://www.visidata.org/docs/" target="_top">https://www.visidata.org/docs/</a>.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
strings concatenated with “\n”</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">''
|
||||
options.min_memory_mb=100 # stop processing without 100MB free
|
||||
|
||||
bindkey('0', 'go-leftmost') # alias '0' to go to first column, like vim
|
||||
|
||||
def median(values):
|
||||
L = sorted(values)
|
||||
return L[len(L)//2]
|
||||
|
||||
vd.aggregator('median', median)
|
||||
''
|
||||
</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/visidata.nix" target="_top">
|
||||
<home-manager/modules/programs/visidata.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.vivaldi.nativeMessagingHosts"></a><a class="term" href="options.xhtml#opt-programs.vivaldi.nativeMessagingHosts"><code class="option">programs.vivaldi.nativeMessagingHosts</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue