feat(thunderbird): make default mail application #114

closed
opened by a.starrysky.fyi targeting main from private/minion/push-oqywmpqruopz
Changed files
+8
packetmix
homes
+8
packetmix/homes/common/thunderbird.nix
··· 15 15 ".mozilla/thunderbird" 16 16 ".thunderbird" 17 17 ]; 18 + 19 + xdg.mimeApps = { 20 + enable = true; 21 + defaultApplications = { 22 + "message/rfc822" = [ "org.mozilla.thunderbird.desktop" ]; 23 + "x-scheme-handler/mailto" = [ "org.mozilla.thunderbird.desktop" ]; 24 + }; 25 + }; 18 26 }