Thunderbird

This commit is contained in:
iFargle 2023-08-23 21:53:00 +09:00
parent 7335b8ce9c
commit a5c2ae8028

View file

@ -1,9 +1,5 @@
{ ... }: { { ... }: {
programs.thunderbird = { programs.thunderbird = {
enable = true; enable = true;
profiles.Default = {
isDefault = true;
name = "default";
};
}; };
} }