Layouts in Nuxt are set on pages, not routes. So you can't set a layout on a group of pages (nested routes).
To use a layouts in Nuxt:
layout property in your page with definePageMeta.name prop of <NuxtLayout>.Read the layouts directory structure and nuxt-layout components documentation.