blob: cfb562b337b0197e108d6b9a55c5b138703b0917 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
nodejs-17_x
];
}