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; } ]