{ config, pkgs, ... }: { programs.thunderbird = { enable = true; profiles."Default" = { isDefault = true; }; }; }