This commit is contained in:
Miguel Palhas
2025-01-27 17:28:47 +00:00
parent 1428e1ff69
commit 31f6d2417b
+5
View File
@@ -0,0 +1,5 @@
{pkgs,...}:{
home.packages = with pkgs; [
typescript-language-server
};
}