feat: added stuff for server

This commit is contained in:
Nick 2025-02-05 18:09:26 -06:00
parent 3811435d5b
commit 89814be57c

View file

@ -4,10 +4,8 @@
}: }:
{ {
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit (pkgs.nodePackages_latest) inherit (pkgs.nodePackages)
nodejs nodejs
npm
typescript-language-server
; ;
}; };
} }