neovim-flake/modules/minimap/default.nix

12 lines
102 B
Nix

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