1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 18:41:06 +01:00
This commit is contained in:
rycee 2025-09-19 15:20:31 +00:00
parent 1e575f7573
commit 0c6bcf6d27

View file

@ -121227,6 +121227,40 @@ attribute set of ((list of string) or ((list of string) or string) convertible t
}
</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/misc/xdg-mime-apps.nix" target="_top">
&lt;home-manager/modules/misc/xdg-mime-apps.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-xdg.mimeApps.defaultApplicationPackages"></a><a class="term" href="options.xhtml#opt-xdg.mimeApps.defaultApplicationPackages"><code class="option">xdg.mimeApps.defaultApplicationPackages</code>
</a>
</span>
</dt>
<dd>
<p>Packages whose <code class="literal">.desktop</code> files will be used to establish default
mimetype associations.</p><p>These associations are appended to the associations in
<a class="xref" href="options.xhtml#opt-xdg.mimeApps.defaultApplications" ><code class="option">xdg.mimeApps.defaultApplications</code></a>. If multiple packages
associate with the same mime type, then the priority among them is
determined by their order in the list.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of package</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">[
&lt;derivation eog-47.0&gt;
&lt;derivation evince-48.1&gt;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>