Skip to content

Commit

Permalink
npm bin in path
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jul 2, 2024
1 parent 7700cc2 commit 353ac46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
};

home.sessionPath = [
"${config.home.homeDirectory}/.npm-packages/bin"
"${config.home.homeDirectory}/.cargo/bin"
"${config.home.homeDirectory}/dotfiles/scripts"
] ++ (lib.optionals pkgs.stdenv.isDarwin [
Expand Down

0 comments on commit 353ac46

Please sign in to comment.