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
|
lf
|
||||||
mps-youtube
|
mps-youtube
|
||||||
neofetch
|
neofetch
|
||||||
|
nodejs-16_x
|
||||||
pamixer
|
pamixer
|
||||||
pavucontrol
|
pavucontrol
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
|
|
@ -30,6 +31,8 @@
|
||||||
(winetricks.override { wine = wine-osu; })
|
(winetricks.override { wine = wine-osu; })
|
||||||
xorg.xgamma
|
xorg.xgamma
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
||||||
|
nodePackages_latest.pnpm
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
home.packages = [ pkgs.nodejs ];
|
|
||||||
|
|
||||||
xdg.configFile."npm/npmrc".text = ''
|
xdg.configFile."npm/npmrc".text = ''
|
||||||
cache=${config.xdg.dataHome}/npm/cache
|
cache=${config.xdg.dataHome}/npm/cache
|
||||||
prefix=${config.xdg.dataHome}/npm
|
prefix=${config.xdg.dataHome}/npm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue