zsh: enable until we switch to bash to fix assertion

631b7f6f88
b12f
teutat3s 2023-06-13 16:22:52 +02:00
parent 3569216294
commit a2733eee73
Signed by untrusted user: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 0 deletions

View File

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