This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-05-31 14:59:17 +02:00
parent b9d8a339d2
commit d439996d0c

View File

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