Migrating from grub to rEFInd. Snapshots and other things

Ok, figured out why I’m not seeing the snapshots…it’s because I supposedly restored to one but it’s still a snapshot I guess. Have to figure out how to unsort all this and apply the changes to the main volume I guess. Used to snapshots, not used to the way BTRFS does them, I use them in VMWare land.

Error
refind_btrfs/__main__.py[598]: ERROR (refind_btrfs.state_management.refind_btrfs_machine/refind_btrfs_machine.py/run): Subvolume '@' is itself a snapshot (parent UUID - 'd2699933-4bce-4349-a007-f1c6ad3c4301'), exiting...

Output of btrfs subvolume list / :

ID 256 gen 32110 top level 5 path timeshift-btrfs/snapshots/2022-09-08_18-02-39/@
ID 257 gen 34373 top level 5 path @home
ID 258 gen 34351 top level 5 path @cache
ID 259 gen 34373 top level 5 path @log
ID 260 gen 26 top level 256 path timeshift-btrfs/snapshots/2022-09-08_18-02-39/@/var/lib/portables
ID 261 gen 27 top level 256 path timeshift-btrfs/snapshots/2022-09-08_18-02-39/@/var/lib/machines
ID 323 gen 34373 top level 5 path @
ID 327 gen 32160 top level 5 path timeshift-btrfs/snapshots/2022-09-08_18-25-08/@
ID 328 gen 34365 top level 323 path .snapshots
ID 329 gen 33336 top level 328 path .snapshots/1/snapshot
ID 330 gen 33347 top level 5 path timeshift-btrfs/snapshots/2022-09-09_16-45-33/@
ID 331 gen 33351 top level 5 path timeshift-btrfs/snapshots/2022-09-09_16-46-36/@
ID 332 gen 33382 top level 328 path .snapshots/2/snapshot
ID 337 gen 33822 top level 328 path .snapshots/7/snapshot

EDIT, forgot to include this:

sudo btrfs subvolume show /
@
	Name: 			@
	UUID: 			0c240ef3-d755-594b-887a-b3b35c6f3847
	Parent UUID: 		d2699933-4bce-4349-a007-f1c6ad3c4301
	Received UUID: 		-
	Creation time: 		2022-09-08 18:02:39 -0400
	Subvolume ID: 		323
	Generation: 		34380
	Gen at creation: 	32110
	Parent ID: 		5
	Top level ID: 		5
	Flags: 			-
	Send transid: 		0
	Send time: 		2022-09-08 18:02:39 -0400
	Receive transid: 	0
	Receive time: 		-
	Snapshot(s):
				@/.snapshots/1/snapshot
				@/.snapshots/2/snapshot
				@/.snapshots/7/snapshot
				timeshift-btrfs/snapshots/2022-09-08_18-25-08/@
				timeshift-btrfs/snapshots/2022-09-09_16-45-33/@
				timeshift-btrfs/snapshots/2022-09-09_16-46-36/@