1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
teto 2025-06-09 15:45:38 +00:00
parent 7758ee652c
commit aa8b285dd2

View file

@ -51522,6 +51522,9 @@ null or package</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
attribute set of (submodule)</p> attribute set of (submodule)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>
@ -51538,8 +51541,11 @@ attribute set of (submodule)</p>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Whether this is a default library. There must be exactly one <p>Whether this is a default library.</p><p>For papis to function without explicit library selection
default library.</p> (i.e. without <code class="literal">-l &lt;library&gt;</code> or <code class="literal">--pick-lib</code> flags) there
must be a default library defined.</p><p>Note this can be also defined (or overridden) on a local
<code class="literal">$(pwd)/.papis.config</code> or via python
<code class="literal">$XDG_CONFIG_HOME/papis/config.py</code> config file.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
boolean</p> boolean</p>