{ pkgs, ... }: { home = { packages = with pkgs; [ go nodejs yarn ]; }; }