fix: set missing mimetype for thunderbird

This commit is contained in:
oddlama 2023-10-05 01:53:39 +02:00
parent 61dcfcc9d1
commit f37e75da40
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -98,6 +98,7 @@ in {
xdg.mimeApps.defaultApplications = {
"x-scheme-handler/mailto" = ["thunderbird.desktop"];
"x-scheme-handler/mid" = ["thunderbird.desktop"];
"message/rfc822" = ["thunderbird.desktop"];
};
}