Add javascript/typescript dev tools
This commit is contained in:
parent
459c968784
commit
e3eaa3e81c
|
@ -0,0 +1,10 @@
|
|||
{ config, unstable, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with unstable; [
|
||||
nodejs
|
||||
yarn
|
||||
nodePackages.typescript
|
||||
deno
|
||||
];
|
||||
}
|
|
@ -89,6 +89,7 @@
|
|||
yaml ; JSON, but readable
|
||||
(kotlin +lsp)
|
||||
(java +lsp +meghanada)
|
||||
(javascript +lsp)
|
||||
:email
|
||||
;;(mu4e +org +gmail)
|
||||
;;notmuch
|
||||
|
|
Loading…
Reference in New Issue