feat(langs/js): use pnpm

This commit is contained in:
2025-10-17 19:52:03 +08:00
parent c167e3ac64
commit 4218dbeb80

View File

@@ -16,6 +16,7 @@ lib.my.makeSwitch {
my.hm = {
home.packages = with pkgs; [
nodejs
pnpm
typescript
nodePackages.typescript-language-server
@@ -32,6 +33,7 @@ lib.my.makeSwitch {
my.persist.homeDirs = [
".npm"
".npm-global"
".local/share/pnpm"
];
};
}