From ef7694418bba2740352d303df08aad583c9870e6 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 30 Jan 2024 22:33:41 +0000 Subject: [PATCH] refactor(zsh): disable --- home/apps/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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