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

@ -11,5 +11,9 @@
apps = {
tmux.enable = true;
};
tools = {
git.enable = true;
};
};
}