nix/module/docker/Init.nix

8 lines
105 B
Nix
Raw Normal View History

2024-04-06 03:03:58 +03:00
{ key, util, ... }: {
text = util.trimTabs ''
{
"detachKeys": "ctrl-${key.action.wait}"
}
'';
}