neovim-flake/lib/types/default.nix

8 lines
181 B
Nix
Raw Normal View History

2023-03-31 16:42:15 +02:00
{lib}: let
typesDag = import ./dag.nix {inherit lib;};
typesPlugin = import ./plugins.nix {inherit lib;};
in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt;
}