neovim-flake/modules/minimap/default.nix

12 lines
94 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [
./minimap-vim
./codewindow
];
}