zsh: enable until we switch to bash to fix assertion
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

631b7f6f88
This commit is contained in:
teutat3s 2023-06-13 16:22:52 +02:00
parent 3569216294
commit a2733eee73
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -30,6 +30,7 @@ in {
environment.shells = with pkgs; [
zsh
];
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [
screen