{ pkgs, ... }: { programs.zsh.enable = true; programs.zsh.initExtra = '' source <(${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right) ''; }