nvf/modules/minimap/default.nix
2023-02-02 00:00:29 +03:00

11 lines
81 B
Nix

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