This commit is contained in:
Dennis Schoepf 2026-02-11 22:47:41 +01:00
parent ff8e36cdea
commit eb2cc46cd9

View file

@ -1,6 +1,11 @@
{ pkgs, lib, ... }:
{
extraPackages = with pkgs; [
nodejs
typescript
];
plugins.typescript-tools = {
enable = true;
settings = {