change on thunderbird
This commit is contained in:
parent
a463bddcd4
commit
72b6ef5152
9 changed files with 35 additions and 2994 deletions
11
home/afoucaultc/packages/thunderbird.nix
Normal file
11
home/afoucaultc/packages/thunderbird.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
stylix.targets.thunderbird.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue