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
];
}