Converted zsh from nixosModule to homeModule

This commit is contained in:
alejandro-angulo 2024-07-28 20:51:41 -07:00
parent 7c5c3cd576
commit e58196dcc8
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 76 additions and 78 deletions

View file

@ -15,6 +15,7 @@
tools = {
direnv.enable = true;
git.enable = true;
zsh.enable = true;
};
};
}