fixed profile
This commit is contained in:
parent
a213c1c66e
commit
64ca6702d9
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
programs.thunderbird = {
|
programs.thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = [ "default" ];
|
profiles = {
|
||||||
|
"default" = {
|
||||||
|
isDefault = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue