diff --git a/homeManagerModules/zsh.nix b/homeManagerModules/zsh.nix index 48af195..9654637 100644 --- a/homeManagerModules/zsh.nix +++ b/homeManagerModules/zsh.nix @@ -2,7 +2,6 @@ #todo config programs.zsh = { enable = true; - completionInit.enable = true; syntaxHighlighting.enable = true; oh-my-zsh = { enable = true;