nvf/modules/debugger/default.nix
2023-06-27 00:04:58 +02:00

6 lines
41 B
Nix

_: {
imports = [
./nvim-dap
];
}