add Mozilla Thunderbird

This commit is contained in:
Emile Clark-Boman 2025-10-24 11:52:08 +10:00
parent 892a1ae877
commit fd48d6af9a
2 changed files with 11 additions and 0 deletions

View file

@ -17,6 +17,7 @@
../modules/btop.nix
../modules/term/foot.nix
../modules/firefox.nix
../modules/apps/thunderbird.nix
#../modules/wm/hypr/hypridle.nix
../modules/wm/hypr/hyprlock.nix

View file

@ -0,0 +1,10 @@
{...}: {
programs.thunderbird = {
enable = true;
profiles = {
"me" = {
isDefault = true;
};
};
};
}