blob: 7c5c28ad344dd6a609b3c423c9e67b737141db80 [file] [log] [blame]
Skyler Greyc0cf2172023-02-26 12:40:34 +00001{ pkgs, ... }: {
2 config.environment.shells = with pkgs; [ bashInteractive zsh nushell ];
3}