nix-config/modules/thunderbird.nix
2025-05-03 13:19:50 +02:00

5 lines
55 B
Nix

{ pkgs, ...}:
{
programs.thunderbird.enable = true;
}