fix(zsh): set zsh as the default shell

This commit is contained in:
Oliver Davies 2023-04-05 18:00:00 +01:00
parent dacc6af97e
commit d66f5362cb

View file

@ -132,5 +132,10 @@
system.stateVersion = "22.11"; # Did you read the comment?
virtualisation.docker.enable = true;
programs.zsh.enable = true;
programs.zsh.histSize = 5000;
users.defaultUserShell = "/etc/profiles/per-user/opdavies/bin/zsh";
}