add nodejs to nixos-config
This commit is contained in:
parent
f8050b5c36
commit
7053216d28
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ in {
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
universal-ctags
|
universal-ctags
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
nodejs-latest
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
lua require("base")
|
lua require("base")
|
||||||
|
|
Loading…
Reference in a new issue