nixos-laptop/home-manager/thunderbird/default.nix
Pim Kunis bffcb3c95c autoformat nix files
change formatter alejandra -> nixfmt
reformat whole project
2023-11-10 11:33:41 +01:00

8 lines
127 B
Nix

{
config = {
programs.thunderbird = {
enable = true;
profiles.default = { isDefault = true; };
};
};
}