Where to access archived items/lists given this layout

I have an application layout with no side navigation. It just has a horizontal navigation with 5 tabs (some are greyed out). Each tab is really it's own module.

I have a todos module where a user can create lists and each list has todos.

Now I'm thinking about when a user is done with all the todos in a list, they should be able to archive that list to get it out of the way.

How could the user get to the archived list? Below is where I am now

enter image description here

I see these purple spaces available

enter image description here

The left and right are decent spaces to use, but then I need to move them somewhere else on mobile (not enough room horizontally).

The top space above the todo lists isn't bad, and will collapse down easier on mobile.

I know at the end of the day, user testing will give me the most definitive answer, at this point I'm just trying to make my "first guess" an educated one.

Any thoughts/examples on this situation?