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

7 lines
62 B
Nix

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