diff --git a/home/apps/zsh.nix b/home/apps/zsh.nix index f6b38a4..254ee5d 100644 --- a/home/apps/zsh.nix +++ b/home/apps/zsh.nix @@ -4,7 +4,7 @@ ... }: { programs.zsh = { - enable = true; + enable = false; enableAutosuggestions = true; enableCompletion = true; # Idk why the highlighting doesn't work properly now