Convert git from nixosModule to homeModule

This commit is contained in:
Alejandro Angulo 2024-07-28 20:27:04 -07:00
parent fe55849333
commit 7dfe9f87be
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
6 changed files with 94 additions and 92 deletions

View file

@ -18,7 +18,6 @@ with lib; {
nix.enable = true;
suites.desktop.enable = true;
tools.git.enable = true;
tools.zsh.enable = true;
tools.eza.enable = true;
apps.neovim.enable = true;