From e0bf41acf3e56530b7e8c35a59d773b1e1fd46a1 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Mon, 27 Oct 2025 11:54:35 +0000 Subject: [PATCH] feat(pm/thunderbird): make default mail handler Change-Id: wpyuvqwlxqpsyzoktnsxwlnznknlrkms --- packetmix/homes/common/thunderbird.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packetmix/homes/common/thunderbird.nix b/packetmix/homes/common/thunderbird.nix index 17c68b01..2f1d4ab3 100644 --- a/packetmix/homes/common/thunderbird.nix +++ b/packetmix/homes/common/thunderbird.nix @@ -15,4 +15,12 @@ ".mozilla/thunderbird" ".thunderbird" ]; + + xdg.mimeApps = { + enable = true; + defaultApplications = { + "message/rfc822" = [ "org.mozilla.thunderbird.desktop" ]; + "x-scheme-handler/mailto" = [ "org.mozilla.thunderbird.desktop" ]; + }; + }; } -- 2.43.0