lib/lua-types: init

An initial set of option types for representing values serialisable into
lua.
This commit is contained in:
Matt Sturgeon 2025-04-24 17:36:16 +01:00 committed by Gaétan Lepage
parent 9328f4437d
commit 57b61e4267
2 changed files with 67 additions and 0 deletions

View file

@ -21,6 +21,7 @@ lib.makeExtensible (
deprecation = call ./deprecation.nix { };
keymaps = call ./keymap-helpers.nix { };
lua = call ./to-lua.nix { };
lua-types = call ./lua-types.nix { };
modules = call ./modules.nix { inherit flake; };
options = call ./options.nix { };
plugins = call ./plugins { };