neovim-flake/modules/minimap/default.nix

12 lines
102 B
Nix
Raw Normal View History

2023-02-01 22:00:29 +01:00
{
pkgs,
lib,
config,
...
}: {
imports = [
./minimap-vim.nix
./codewindow.nix
2023-02-01 22:00:29 +01:00
];
}