{ pkgs, ... }: { environment.shells = with pkgs; [ zsh ]; programs.zsh.enable = true; users.defaultUserShell = pkgs.zsh; }