diff --git a/home-manager/git/default.nix b/home-manager/git/default.nix index a7c5608..76b276c 100644 --- a/home-manager/git/default.nix +++ b/home-manager/git/default.nix @@ -13,8 +13,20 @@ pull = { rebase = true; }; fetch = { prune = true; }; }; - }; - imports = [ - ]; + includes = [ + { + condition = "gitdir:~/git.noahknegt.com"; + contents = { + userEmail = "git@noahknegt.com"; + }; + } + { + condition = "gitdir:~/open-source"; + contents = { + userEmail = "git@noahknegt.com"; + }; + } + ]; + }; } \ No newline at end of file