Install SNAP in a conda env on Windows 10

I am using miniconda on Windows 10. I can install the desktop SNAP 12 and it has a snappy-conf section for use with Python. But I don’t know how, or if, I can get that so that my conda env can read it.

I tried doing an install in the env with

conda install snap
conda install -c terradue snap

but those and variations of those don’t work. Is there a way to get SNAP installed in a conda env on Windows 10?