Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(thunderbird): make default mail application

Changed files
+8
packetmix
homes
+8
packetmix/homes/common/thunderbird.nix
··· 15 ".mozilla/thunderbird" 16 ".thunderbird" 17 ]; 18 }
··· 15 ".mozilla/thunderbird" 16 ".thunderbird" 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 + }; 26 }