nix-dotfiles/snippets/thunderbird.nix
vorboyvo a5349ca647 Did A BUNCH of semantic refactoring.
Added i3blocks config; not active.
2024-12-04 12:53:29 -05:00

7 lines
114 B
Nix

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