mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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 = {
|
xdg.mimeApps.defaultApplications = {
|
||||||
"x-scheme-handler/mailto" = ["thunderbird.desktop"];
|
"x-scheme-handler/mailto" = ["thunderbird.desktop"];
|
||||||
|
"x-scheme-handler/mid" = ["thunderbird.desktop"];
|
||||||
"message/rfc822" = ["thunderbird.desktop"];
|
"message/rfc822" = ["thunderbird.desktop"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue