feat: added stuff for server

This commit is contained in:
Nick 2025-02-05 17:58:34 -06:00
parent 008bc4c011
commit b212b05864
5 changed files with 45 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs.nodePackages_latest)
"@commitlint/config-conventional"
dotenv-cli
forever
nodejs
npm
typescript-language-server
;
};
}