blob: 5ce6545d06791f3887328c66a644ba775e9e841e [file] [log] [blame]
Samuel Shuertdc574ad2024-02-20 21:31:47 +00001{ pkgs, ... }: {
2 programs.zsh.enable = true;
3
4 users.users.minion.shell = pkgs.bashInteractive;
5 users.users.coded.shell = pkgs.zsh;
6}