vanadium: improve xdg mimeApps configuration

This commit is contained in:
Primrose 2025-11-23 19:01:14 +08:00
parent 05e980d72a
commit 5bad4db389
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -55,10 +55,15 @@
type = "fcitx5"; type = "fcitx5";
}; };
xdg.mimeApps = { xdg.mimeApps =
enable = true; let
defaultApplications = { associations = {
"x-scheme-handler/mailto" = [ "org.gnome.Evolution.desktop" ]; "x-scheme-handler/mailto" = [ "org.gnome.Evolution.desktop" ];
};
in
{
enable = true;
associations.added = associations;
defaultApplications = associations;
}; };
};
} }