added env vars

This commit is contained in:
Daniel Winkler 2026-01-31 02:38:45 +11:00
commit 785cdaaa91
3 changed files with 11 additions and 4 deletions

View file

@ -31,7 +31,7 @@
nix = true;
optional = false;
python = false;
r = false;
r = true;
};
settings = let
@ -81,6 +81,11 @@
};
binName = "vv";
env = {
IS_PROJECT_EDITOR = "1";
R_LIBS_USER = "./.nvimcom";
};
specs.extraLua = let
name = builtins.baseNameOf (builtins.toString ./.);
in {