remove thunderbird profile

This commit is contained in:
twoneis 2023-11-13 18:32:32 +01:00
parent 609bbe62d6
commit 9543b62432

View file

@ -1,6 +1,5 @@
{ ... }: { { ... }: {
programs.thunderbird = { programs.thunderbird = {
enable = true; enable = true;
profiles."twoneis".isDefault = true;
}; };
} }