neovim-flake/modules/debugger/default.nix

6 lines
41 B
Nix

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