add js/typescript

This commit is contained in:
xunuwu 2025-05-19 13:47:22 +02:00
parent b4c639b3c6
commit 59af65fc9b
3 changed files with 12 additions and 3 deletions

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
home.packages = with pkgs; [
nodejs
typescript
typescript-language-server
vscode-langservers-extracted
];
}

View file

@ -47,6 +47,7 @@
/develop/langs/haskell.nix
/develop/langs/go.nix
/develop/langs/js.nix
/develop/langs/rust.nix
/develop/langs/elixir.nix
/develop/langs/nix.nix