{pkgs, ...}: { programs.zsh = { enable = true; }; users.defaultUserShell = pkgs.zsh; environment.pathsToLink = ["/share/zsh"]; # enables completion }