forked from mirrors_public/oddlama_nix-config
fix: set missing mimetype for thunderbird
This commit is contained in:
parent
61dcfcc9d1
commit
f37e75da40
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ in {
|
|||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"x-scheme-handler/mailto" = ["thunderbird.desktop"];
|
||||
"x-scheme-handler/mid" = ["thunderbird.desktop"];
|
||||
"message/rfc822" = ["thunderbird.desktop"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue