home: set thunderbird as the default mail client

This commit is contained in:
Guanran Wang 2024-07-26 14:36:27 +08:00
parent cc1489c30a
commit 4ab5b57402
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -41,6 +41,11 @@
"text/html" "text/html"
"text/javascript" "text/javascript"
"text/plain" "text/plain"
] (_n: ["nvim.desktop"]); ] (_n: ["nvim.desktop"])
### Mail client
// lib.genAttrs [
"x-scheme-handler/mailto"
"x-scheme-handler/mid"
] (_n: ["thunderbird.desktop"]);
}; };
} }