Add thunderbird config
This commit is contained in:
parent
20bbcacdb3
commit
7f4aa59106
1 changed files with 8 additions and 0 deletions
8
home-manager/common/software/gui/thunderbird.nix
Normal file
8
home-manager/common/software/gui/thunderbird.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles."Default" = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue