fixed profile

This commit is contained in:
twoneis 2023-11-13 18:35:15 +01:00
parent a213c1c66e
commit 64ca6702d9

View file

@ -1,6 +1,10 @@
{ ... }: { { ... }: {
programs.thunderbird = { programs.thunderbird = {
enable = true; enable = true;
profiles = [ "default" ]; profiles = {
"default" = {
isDefault = true;
};
};
}; };
} }