I host a bunch of websites with NixOS. Most of them need the bin ‘convert’ from imagemagick.

It is a bit tedious to specify in every website the path to convert = /run/current-system/sw/bin/convert

Is there a way to put a symlink /usr/bin/convert -> /run/current-system/sw/bin/convert ?