{ pkgs, config, ... }: { home.sessionVariables = { npm_config_prefix = "${config.xdg.cacheHome}/npm"; }; home.packages = with pkgs; [ nodejs ]; }