Select the types of activity you want to include in your feed.
1{ pkgs, ... }: 2 3{ 4 home.shellAliases = { 5 curl = "xh"; 6 }; 7 8 home.packages = with pkgs; [ 9 xh 10 ]; 11}