{ ... }:

{
  config = {

    programs.zsh = {
      enable = true;
      enableCompletion = true;
      enableGlobalCompInit = false;
    };

  };
}