From fbefcac1643f576b62b4a486f1462d05654eba9c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 28 Mar 2024 12:19:32 -0500 Subject: [PATCH] fixed git workdir includes. --- modules/home-manager/terminal/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/terminal/git.nix b/modules/home-manager/terminal/git.nix index c8b092d..2cb9226 100644 --- a/modules/home-manager/terminal/git.nix +++ b/modules/home-manager/terminal/git.nix @@ -68,7 +68,7 @@ if config.host.git.workProfile.enable then [ { - condition = "gitdir:~/work/"; + condition = "gitdir:~/work/**"; contents.user.email = config.host.git.workProfile.email; } ]