{ ... }: { config = { programs.zsh = { enable = true; enableCompletion = true; enableGlobalCompInit = false; autosuggestions.enable = true; syntaxHighlighting.enable = true; histSize = 10000; }; }; }