neovim-flake/modules/minimap/codewindow/default.nix

7 lines
64 B
Nix
Raw Normal View History

_: {
imports = [
./codewindow.nix
./config.nix
];
}