mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
7 lines
158 B
Nix
7 lines
158 B
Nix
|
# Args probably only needs pkgs and lib
|
||
|
args: {
|
||
|
# Add all exported modules here
|
||
|
check = import ./check.nix args;
|
||
|
helpers = import ./helpers.nix args;
|
||
|
}
|