add pnpm and use nodejs v16
This commit is contained in:
parent
25d6a35722
commit
1b1ecd9818
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = [ pkgs.nodejs ];
|
||||
|
||||
xdg.configFile."npm/npmrc".text = ''
|
||||
cache=${config.xdg.dataHome}/npm/cache
|
||||
prefix=${config.xdg.dataHome}/npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue