From bcfdf4e69f40a6861048a92a78e69a2a7383cfc4 Mon Sep 17 00:00:00 2001
From: Gabe Venberg <gabevenberg@gmail.com>
Date: Mon, 3 Mar 2025 16:28:44 +0100
Subject: [PATCH] added git submodule recurse option.

---
 modules/home-manager/git.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix
index 6c556a5..d0493bc 100644
--- a/modules/home-manager/git.nix
+++ b/modules/home-manager/git.nix
@@ -76,6 +76,7 @@
         branch.sort = "-committerdate";
         tag.sort = "version:refname";
         status.submodulesummary = true;
+        submodule.recurse = true;
       };
       includes =
         if config.user.git.workProfile.enable