nix/home-manager/common/software/gui/thunderbird.nix

5 lines
No EOL
77 B
Nix

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