``` programs.zsh.sessionVariables = { ASDF_DIR = builtins.fetchGit { url = "ssh://git@github.com/asdf-vm/asdf.git"; ref = "master"; name = "asdf"; }; }; programs.zsh.oh-my-zsh.plugins = [ "asdf" ]; ```