mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 12:06:05 +01: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 | ||