Remove zsh config
1 file changed, 0 insertions(+), 20 deletions(-)
changed files
M system/settings/programs/shell.nix → system/settings/programs/shell.nix
@@ -2,26 +2,6 @@ { config , pkgs , ... }: { - programs.zsh = - { - enable = true; - enableBashCompletion = true; - promptInit = ""; - } - // ( - # Either of these will call `compinit`, causing >2s startup time - # Do it in home-manager instead - if pkgs.stdenv.isDarwin - then { - enableCompletion = false; - } else { - enableGlobalCompInit = false; - } - ); - environment.shells = with pkgs; [ - zsh - fish - ]; programs.fish = { enable = true; };