diff --git a/home-manager/modules/git.nix b/home-manager/modules/git.nix index 54f6347..893b536 100644 --- a/home-manager/modules/git.nix +++ b/home-manager/modules/git.nix @@ -36,6 +36,18 @@ }; }; } + { + condition = "gitdir:~/workspace/go/src/github.com/codemonauts/"; + contents = { + user = { + email = "felix@codemonauts.com"; + name = "Felix Breidenstein"; + }; + commit = { + gpgSign = false; + }; + }; + } { condition = "gitdir:~/kundendaten/"; contents = { @@ -47,6 +59,7 @@ gpgSign = false; }; }; - }]; + } + ]; }; }