{pkgs, ...}: { environment.pathsToLink = ["/share/zsh"]; environment.shells = with pkgs; [zsh]; programs.zsh.enable = true; }