nix-config/modules/thunderbird.nix
2025-09-03 10:03:29 +02:00

5 lines
57 B
Nix

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