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; [
|
||||
universal-ctags
|
||||
rust-analyzer
|
||||
nodejs-latest
|
||||
];
|
||||
extraConfig = ''
|
||||
lua require("base")
|
||||
|
|
Loading…
Reference in a new issue