add pnpm and use nodejs v16
This commit is contained in:
parent
25d6a35722
commit
1b1ecd9818
2 changed files with 3 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
|||
lf
|
||||
mps-youtube
|
||||
neofetch
|
||||
nodejs-16_x
|
||||
pamixer
|
||||
pavucontrol
|
||||
rnix-lsp
|
||||
|
|
@ -30,6 +31,8 @@
|
|||
(winetricks.override { wine = wine-osu; })
|
||||
xorg.xgamma
|
||||
youtube-dl
|
||||
|
||||
nodePackages_latest.pnpm
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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