{ ... }: { enable = true; adapters = { qemu = { type = "server"; host = "localhost"; port = 1234, }; }; configurations = { zig = { name = "Zig Qemu"; type = "qemu"; request: "attach"; }; }; }