diff --git a/options.xhtml b/options.xhtml index cf47ecf62..aa9bcbd1c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -121227,6 +121227,40 @@ attribute set of ((list of string) or ((list of string) or string) convertible t } +
Declared by:
+
+
+<home-manager/modules/misc/xdg-mime-apps.nix>
+
+ |
xdg.mimeApps.defaultApplicationPackages
+
+
+Packages whose .desktop files will be used to establish default
+mimetype associations.
These associations are appended to the associations in
+xdg.mimeApps.defaultApplications. If multiple packages
+associate with the same mime type, then the priority among them is
+determined by their order in the list.
Type: +list of package
+ +Default:
+[ ]
Example:
[
+ <derivation eog-47.0>
+ <derivation evince-48.1>
+]
+
+
Declared by: