feat(hm/price): use thunderbird as default mail application

This commit is contained in:
Price Hiller 2024-08-29 22:31:20 -05:00
parent b691c64fbe
commit b5a5bb1e96
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,20 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.thunderbird ];
xdg = {
desktopEntries.thunderbird = {
name = "thunderbird";
exec = "${pkgs.thunderbird}/bin/thunderbird";
};
mimeApps = {
associations.added = {
"x-scheme-handler/mailto" = [ "thunderbird.desktop " ];
"text/calendar" = [ "thunderbird.desktop " ];
};
defaultApplications = {
"x-scheme-handler/mailto" = [ "thunderbird.desktop " ];
"text/calendar" = [ "thunderbird.desktop " ];
};
};
};
}

View File

@ -90,7 +90,6 @@ in
gh
ffmpeg
man
thunderbird
jq
tectonic
fzf