This mover will bias design towards sequences that favour helices at any position that is in a helix. So in that sense, yes, I think it will do what you want.
You’ve added it in the correct place, and have set up a scoring function correctly, but you’re not passing that scoring function to the PackRotamersMover that will do the actual design. You need to change the PackRotamersMover setup to be:
<PackRotamersMover name=”packrot” scorefxn=”tala_comp” task_operations=”design,cmdline”/>