nvf/modules/minimap/default.nix

12 lines
102 B
Nix
Raw Normal View History

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