From ec93c94e7ef136584a8043922569d3e577611b7b Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 30 Oct 2024 13:29:07 +0100 Subject: [PATCH] revert default shell to bash zsh is unbearably slow on some machines --- common/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/zsh.nix b/common/zsh.nix index 4f3d696..d304be2 100644 --- a/common/zsh.nix +++ b/common/zsh.nix @@ -1,5 +1,4 @@ { lib, pkgs, config, ... }: { - users.defaultUserShell = pkgs.zsh; programs.zsh = { enable = true; enableCompletion = true;