Add thunderbird config

This commit is contained in:
albert 2024-05-07 12:51:52 +09:00
parent 20bbcacdb3
commit 7f4aa59106
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -0,0 +1,8 @@
{ ... }: {
programs.thunderbird = {
enable = true;
profiles."Default" = {
isDefault = true;
};
};
}