Override package in poetry2nix

Hi

I am new to using poetry2nix to develop a python package. I like the philosophy of nix, but currently it is a bit of a mixed experience. Currently I am struggling to get an interactive plotting backend with matplotlib to work. By default, GTK3 is disabled for matplotlib. How do I specify that I want it enabled in my poetry2nix flake?

Thanks