xdg.mimeApps.associations.added

Defines additional associations of applications with mimetypes, as if the .desktop file was listing this mimetype in the first place.

Type
attribute set of ((list of string) or ((list of string) or string) convertible to it)
Default
{ }
Example
{
  "mimetype1" = [ "foo1.desktop" "foo2.desktop" "foo3.desktop" ];
  "mimetype2" = "foo4.desktop";
}
Declared
<home-manager/modules/misc/xdg-mime-apps.nix>