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