fix(zsh): disable completion

Fix error when running `home-manager switch` by disabling ZSH
completions.
This commit is contained in:
Oliver Davies 2022-09-21 12:35:26 +01:00
parent b5308adf17
commit 4e2e81c815

View file

@ -122,6 +122,7 @@
programs.zsh = {
enable = true;
enableCompletion = false;
dotDir = ".config/zsh";
initExtra = ''