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

7 lines
62 B
Nix
Raw Normal View History

2023-05-04 17:41:11 +02:00
_: {
imports = [
./config.nix
./nvim-dap.nix
];
}