From c0b78b29fd8c1603175b60b04968b9c4190b42d0 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Mon, 22 Sep 2025 09:42:02 -0700 Subject: [PATCH] macos: change npm PATH path --- home/macos/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/macos/home.nix b/home/macos/home.nix index 4ad29c9..eeb5a51 100644 --- a/home/macos/home.nix +++ b/home/macos/home.nix @@ -7,7 +7,7 @@ # Add NPM installed programs to PATH. home.sessionPath = [ - "/Users/tbingmann/.npm-global/bin" + "/Users/tbingmann/node_modules/.bin" ]; # GnuPG configuration