As of 0.60, wine >3.10 is needed.
To enable DXVK in a wineprefix, do the following (with the WINEPREFIX variable properly set):
For 32-bit D3D11:
setup_dxvk32 reset
For 64-bit D3D11:
setup_dxvk64 reset
In order to uninstall DXVK from a wineprefix, you can do it with the setup script, by passing the argument "reset", like this:
setup_dxvk32 reset
setup_dxvk64 reset
DXVK 0.60 currently requires the vulkan developer branch for NVIDIA cards:
https://github.com/doitsujin/dxvk/issues/433#issuecomment-398647461
https://developer.nvidia.com/vulkan-driver
I have submitted the 'nvidia-vulkan' package to the AUR, based off det's 'nvidia-full-beta', that will download and package the driver from this branch.