I have this lua file, and I want to parse the table it returns into a Zig struct as generically as possible:
return {
symlinks = {
{
source = "~/.dotfiles/config/alacritty/alacritty.toml",
target = "~/.config/alacritty/alacritty.toml",
force = true,
},