From e6640aa4e915d3e47b132c4c1fb5c1ba99bb85d1 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Mon, 27 Oct 2025 11:54:35 +0000 Subject: [PATCH] feat(thunderbird): make default mail application 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