fix(cheetah): export $SHELL

Is (somehow) not set by setting `user.shell = "${pkgs.zsh}/bin/zsh";`
This commit is contained in:
reo101 2023-02-07 04:32:12 +02:00
parent 3fd306eb98
commit 86809b8963

View file

@ -109,6 +109,8 @@
};
initExtra = ''
export SHELL="${pkgs.zsh}/bin/zsh"
eval "$(direnv hook zsh)"
'';