fix(zsh): disable completion
Fix error when running `home-manager switch` by disabling ZSH completions.
This commit is contained in:
parent
b5308adf17
commit
4e2e81c815
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -122,6 +122,7 @@
|
|||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = false;
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
initExtra = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue