blob: 5ce6545d06791f3887328c66a644ba775e9e841e [file] [log] [blame]
{ pkgs, ... }: {
programs.zsh.enable = true;
users.users.minion.shell = pkgs.bashInteractive;
users.users.coded.shell = pkgs.zsh;
}