nvf/modules/minimap/default.nix
2023-04-02 19:16:05 +03:00

7 lines
65 B
Nix

{...}: {
imports = [
./minimap-vim
./codewindow
];
}