Nested prefabs are not avaible in Unity at the moment. You can drag one prefab to another, and apply that, but any changes on the child prefab will not be applied to nested one.
But there is a simple workaround - You have to add to parent prefab a simple script, that will instantiate a child one.
...