add js/typescript
This commit is contained in:
parent
b4c639b3c6
commit
59af65fc9b
3 changed files with 12 additions and 3 deletions
8
home/profiles/develop/langs/js.nix
Normal file
8
home/profiles/develop/langs/js.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
nodejs
|
||||
typescript
|
||||
typescript-language-server
|
||||
vscode-langservers-extracted
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue