home: set thunderbird as the default mail client
This commit is contained in:
parent
cc1489c30a
commit
4ab5b57402
1 changed files with 6 additions and 1 deletions
|
@ -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"]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue