nix-config/modules/thunderbird.nix

8 lines
107 B
Nix

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