Is there any package which uses ggplot to create an histogram with nice defaults?

I like the default choice of bin size used by base hist, but I don't like base plotting. I would like a function which works like geom_histogram (so it offers the same degree of customization), but which has the same (or similar) defaults as base hist. Is there any package which extends geom_histogram with such defaults?