Files
nix-config/modules/thunderbird.nix
2025-11-14 09:07:37 +01:00

5 lines
51 B
Nix

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