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

9 lines
69 B
Nix

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