nix/home-manager/common/software/gui/thunderbird.nix

9 lines
No EOL
143 B
Nix

{ ... }: {
programs.thunderbird = {
enable = true;
profiles.Default = {
isDefault = true;
name = "default";
};
};
}