hosts: move git to its own module

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 17:40:25 +05:30
parent 30934f006c
commit f9ed56123d
3 changed files with 5 additions and 27 deletions

View File

@@ -0,0 +1,4 @@
{ ... }:
{
programs.git.enable = true;
}