{config, pkgs, ...}: { programs.zsh = { enable = true; interactiveShellInit = '' source ${pkgs.autojump}/share/autojump/autojump.zsh ''; }; }