{
pkgs,
...
}:
home.packages = with pkgs; [zsh];
home.file."./.zshrc-personal".text = ''
export EDITOR=vim
'';
}