Select the types of activity you want to include in your feed.
1{pkgs ? import <nixpkgs> {}}: 2pkgs.mkShellNoCC { 3 packages = with pkgs; [nodejs zip]; 4}