From b72ece6b3876ba7cf9c9670b316a3d3272842f46 Mon Sep 17 00:00:00 2001 From: Aloys23 Date: Fri, 29 May 2026 21:20:02 +0800 Subject: [PATCH] add npm-global --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index ccbba96..448daa9 100644 --- a/home.nix +++ b/home.nix @@ -31,6 +31,10 @@ 0=Default ''; + home.sessionPath = [ + "$HOME/.npm-global/bin" + ]; + programs.git = { enable = true;