neovim-flake/modules/debugger/nvim-dap/default.nix
2023-05-04 18:41:11 +03:00

6 lines
62 B
Nix

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