1{ 2 programs.zsh = { 3 enable = true; 4 enableCompletion = true; 5 }; 6 7 # Link zsh completions 8 environment.pathsToLink = [ "/share/zsh" ]; 9}