{ pkgs, inputs, ... }:
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
history = {
append = true;
};
}