feat: set default shell and fix missing param
Cassie Cheung [system] 2 years ago bb9e75bb 6c65901e
··· 1 1 - { ... }: 1 1 + { pkgs, ... }: 2 2 3 3 { 4 4 + users.defaultUserShell = pkgs.zsh; 4 5 programs.zsh = { 5 6 enable = true; 6 7 histSize = 50000;