mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Make our "extended" lib available to host modules as `_module.args.nixvimLib`. We didn't do this before because `helpers` was too generic of a name, but `nixvimLib` should be ok. { nixvimLib, ... }: { programs.nixvim.someOption = nixvimLib.nixvim.mkRaw "print('Hi')"; } |
||
---|---|---|
.. | ||
modules | ||
_shared.nix | ||
darwin.nix | ||
hm.nix | ||
nixos.nix | ||
standalone.nix |