Skip to content

Commit

Permalink
fix node global path
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Feb 13, 2024
1 parent f741d53 commit f4c026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
CLICOLOR = 1;
LSCOLORS = "ExFxBxDxCxegedabagacad";
KAGGLE_CONFIG_DIR = "${config.xdg.configHome}/kaggle";
NODE_PATH = "${NODE_GLOBAL}/lib";
NODE_PATH = "${NODE_GLOBAL}";
};
sessionPath = [
"${NODE_GLOBAL}/bin"
Expand Down

0 comments on commit f4c026d

Please sign in to comment.