trying to add profiles

This commit is contained in:
twoneis 2023-11-13 18:33:50 +01:00
parent 9543b62432
commit a213c1c66e

View file

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