change on thunderbird

This commit is contained in:
afoucaultc 2026-07-04 12:38:03 +02:00
parent a463bddcd4
commit 72b6ef5152
9 changed files with 35 additions and 2994 deletions

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
stylix.targets.thunderbird.enable = true;
}