xdg.mimeApps.associations.added
Home-Manager option
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
declared in: <home-manager/modules/misc/xdg-mime-apps.nix>source unavailable{ "mimetype1" = [ "foo1.desktop" "foo2.desktop" "foo3.desktop" ]; "mimetype2" = "foo4.desktop"; }