nix-config/modules/home/email/default.nix
2023-11-13 18:28:30 +01:00

6 lines
105 B
Nix

{ ... }: {
programs.thunderbird = {
enable = true;
profiles."twoneis".isDefault = true;
};
}