removed npm install section for global dependencies. This was hacky to begin with and has to reworked either way

This commit is contained in:
2026-08-30 14:01:46 +02:00
parent f185dd9d1b
commit ee1ca68cdf
+4 -3
View File
@@ -61,8 +61,9 @@
"nvim/projects".source = config.lib.file.mkOutOfStoreSymlink ./neovim/projects;
};
home.activation.npm-install = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
nix-shell -p nodejs --run "cd ${configHome}/.npm_global && npm install"
'';
# Todo: fix vue language server
# home.activation.npm-install = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
# nix-shell -p nodejs --run "cd ${configHome}/.npm_global && npm install"
# '';
};
}