mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 18:41:06 +01:00
deploy: efcba687d3
This commit is contained in:
parent
1e575f7573
commit
0c6bcf6d27
1 changed files with 34 additions and 0 deletions
|
|
@ -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">
|
||||
<home-manager/modules/misc/xdg-mime-apps.nix>
|
||||
</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">[
|
||||
<derivation eog-47.0>
|
||||
<derivation evince-48.1>
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue