nvf/modules/lsp/lsplines/default.nix
2023-07-30 19:54:54 +03:00

7 lines
62 B
Nix

_: {
imports = [
./config.nix
./lsplines.nix
];
}