nixos-config/home/programs/misc/thunderbird.nix
2024-02-23 05:34:33 +01:00

8 lines
107 B
Nix

{
programs.thunderbird = {
enable = true;
profiles.xun = {
isDefault = true;
};
};
}