Added basic zsh config

Missing some utility packages I was installing earlier but I'll handle
those in a separate commit.
This commit is contained in:
Alejandro Angulo 2023-03-19 09:29:16 -07:00
parent 689760f4bc
commit b640dbdbce
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 1718 additions and 0 deletions

View file

@ -19,6 +19,7 @@ with lib; {
suites.desktop.enable = true;
tools.git.enable = true;
tools.zsh.enable = true;
apps.neovim.enable = true;
apps.tmux.enable = true;
};