nixos-config/lib/extras/nixvim-set.nix
Gabriel Arazas a4177f9382
flake-parts/setups: set separate namespace for custom library
This at least allows us to make custom environment-specific library sets.
2024-02-11 15:16:25 +08:00

5 lines
71 B
Nix

# NixVim library set.
{ lib }:
import ../default.nix { inherit lib; }