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;