nixos-config/home/afoucaultc/packages/thunderbird.nix
2026-07-04 12:38:03 +02:00

11 lines
251 B
Nix

{ config, pkgs, ... }:
{
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
stylix.targets.thunderbird.enable = true;
}