neovim-flake/modules/debugger/nvim-dap/default.nix

7 lines
62 B
Nix

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