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 = {
|
||||
enable = true;
|
||||
profiles = [ "default" ];
|
||||
profiles = {
|
||||
"default" = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue