feat: add nodejs

This commit is contained in:
lightly-toasted 2025-08-03 12:01:48 +09:00
parent b9bc0b4e23
commit 7247e5311f
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
nodejs
];
}