feat(langs/js): use pnpm
This commit is contained in:
@@ -16,6 +16,7 @@ lib.my.makeSwitch {
|
|||||||
my.hm = {
|
my.hm = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
|
pnpm
|
||||||
typescript
|
typescript
|
||||||
|
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
@@ -32,6 +33,7 @@ lib.my.makeSwitch {
|
|||||||
my.persist.homeDirs = [
|
my.persist.homeDirs = [
|
||||||
".npm"
|
".npm"
|
||||||
".npm-global"
|
".npm-global"
|
||||||
|
".local/share/pnpm"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user