feat: remove nodejs

This commit is contained in:
lightly-toasted 2025-08-28 22:43:22 +09:00
parent b738736f94
commit 58490c36fe

View file

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