{ ... }: {
  programs.zsh = {
    enable = true;
    oh-my-zsh = {
      enable = true;
      theme = "afowler";
      plugins = [ ];
    };
  };
}