mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
deploy: a48dd228d9
This commit is contained in:
parent
0f69accc2a
commit
ce842e06d2
1 changed files with 5 additions and 14 deletions
|
|
@ -40092,7 +40092,7 @@ boolean</p>
|
|||
<p>The jq package to use.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
package</p>
|
||||
null or package</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">pkgs.jq</code></p>
|
||||
|
|
@ -40113,23 +40113,14 @@ package</p>
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>The colors used in colored JSON output.</p><p>See the <a class="link" href="https://jqlang.github.io/jq/manual/#Colors" target="_top">Colors section</a>
|
||||
<p>The colors used in colored JSON output, or null to use the defaults.</p><p>See the <a class="link" href="https://jqlang.github.io/jq/manual/#Colors" target="_top">Colors section</a>
|
||||
of the jq manual.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
submodule</p>
|
||||
null or (submodule)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">{
|
||||
arrays = "1;37";
|
||||
false = "0;37";
|
||||
null = "1;30";
|
||||
numbers = "0;37";
|
||||
objectKeys = "1;34";
|
||||
objects = "1;37";
|
||||
strings = "0;32";
|
||||
true = "0;37";
|
||||
}
|
||||
</code></pre>
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
null = "1;30";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue