From 916853d2ba8b6fc907d460089f2c0ae4042c0db8 Mon Sep 17 00:00:00 2001 From: Sergei Poljanski Date: Sat, 27 Dec 2025 15:19:50 +0200 Subject: [PATCH] path for non declarative npm packages --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell.nix b/modules/shell.nix index 8ae5f9b..eb2ff97 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -57,6 +57,7 @@ export PATH=$PATH:$GOPATH/bin export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.opencode/bin:$PATH + export PATH=$HOME/.cache/npm/global/bin:$PATH # Google Cloud SDK (if exists) if [ -f "$HOME/Code/gke/google-cloud-sdk/path.zsh.inc" ]; then