fix(zsh): set zsh as the default shell
This commit is contained in:
parent
dacc6af97e
commit
d66f5362cb
|
@ -132,5 +132,10 @@
|
||||||
system.stateVersion = "22.11"; # Did you read the comment?
|
system.stateVersion = "22.11"; # Did you read the comment?
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
programs.zsh.enable = true;
|
||||||
|
programs.zsh.histSize = 5000;
|
||||||
|
|
||||||
|
users.defaultUserShell = "/etc/profiles/per-user/opdavies/bin/zsh";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue