Files
nix-config/hosts/common/optional/thunderbird.nix

7 lines
64 B
Nix

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