From 0c6bcf6d2772dac406b5cf42359ec376ef9dfd37 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 19 Sep 2025 15:20:31 +0000 Subject: [PATCH] deploy: efcba687d355f4e46cb7754c385720ae454fe543 --- options.xhtml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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: