1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/flake-modules/helpers.nix
2024-07-08 16:24:07 +01:00

7 lines
124 B
Nix

{
perSystem =
{ pkgs, ... }:
{
_module.args.helpers = import ../lib/helpers.nix { inherit pkgs; };
};
}