nixos-config/home/afoucaultc/packages/thunderbird.nix
afoucaultc df94405cef yeeee
2026-07-07 20:42:01 +02:00

9 lines
134 B
Nix

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