blob: 7c5c28ad344dd6a609b3c423c9e67b737141db80 [file] [log] [blame]
{ pkgs, ... }: {
config.environment.shells = with pkgs; [ bashInteractive zsh nushell ];
}