diff --git a/hosts/pinwheel/modules/git/default.nix b/hosts/pinwheel/modules/git/default.nix index 9e5206e..0d0b724 100644 --- a/hosts/pinwheel/modules/git/default.nix +++ b/hosts/pinwheel/modules/git/default.nix @@ -6,6 +6,10 @@ includes = [ { path = ./gitconfig; } + { + path = ./work-gitconfig; + condition = "gitdir:~/code/work/"; + } ]; }; }; diff --git a/hosts/pinwheel/modules/git/work-gitconfig b/hosts/pinwheel/modules/git/work-gitconfig new file mode 100644 index 0000000..0da30fb --- /dev/null +++ b/hosts/pinwheel/modules/git/work-gitconfig @@ -0,0 +1,3 @@ +[user] +name = Alexander Heldt +email = alexander.heldt@zebware.com \ No newline at end of file