From ca3a7d98f5a41c1ff49ec5257e2d17fe8d15e61a Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 28 Apr 2023 17:59:19 +0200 Subject: [PATCH] Roolback to bash as default shell Zsh doesn't behave properly, it needs further configuration. --- common/main.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/main.nix b/common/main.nix index b0147f9..0b76d22 100644 --- a/common/main.nix +++ b/common/main.nix @@ -48,7 +48,6 @@ programs.zsh.enable = true; programs.zsh.histSize = 100000; - users.defaultUserShell = pkgs.zsh; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you