nix-dotfiles/programs/thunderbird.nix
2024-04-13 23:45:36 -04:00

5 lines
69 B
Nix

{
enable = true;
profiles = { main = { isDefault = true; }; };
}