feat(cheetah): add zsh

Set `zsh` as default shell
Integrate with `direnv` and `starship`
This commit is contained in:
reo101 2022-11-24 02:16:02 +02:00
parent 80a2881952
commit 05d057eba4
2 changed files with 43 additions and 0 deletions

View file

@ -12,6 +12,8 @@
# # Set $EDITOR
# environment.variables.EDITOR = "nvim";
user.shell = "${pkgs.zsh}/bin/zsh";
# Read the changelog before changing this value
system.stateVersion = "22.05";