add git.nix

This commit is contained in:
Asaki Yuki 2026-04-09 22:38:16 +07:00
parent 6b856c3b4f
commit 315c905dc2

View file

@ -0,0 +1,5 @@
{ ... }: {
programs.git = {
};
}