This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-05-26 14:44:39 +02:00
parent d3b5bb0d60
commit 0a52deb024

View File

@@ -3,5 +3,6 @@ lib.mkIf (host != "NxACE")
{
home.packages = with pkgs; [
nodejs
typescript-language-server
];
}