home-manager/common/thunderbird.nix

11 lines
159 B
Nix

{...}: {
config.programs.thunderbird = {
enable = true;
profiles.kristian = {
isDefault = true;
withExternalGnupg = true;
};
};
}