coded@shorthair: Add git user config for frappix
add user.name and user.email for ~/programming/nix/frappix/
Change-Id: I7374c013ba135ccef48339820629c3a34bfd763b
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/512
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix
index f9d43b9..beb224b 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -46,7 +46,6 @@
stgit.enable = true;
gitReview.enable = true;
auth.clicksUsername = "coded";
-
gpg.enable = true;
};
@@ -111,4 +110,13 @@
color = "Blue";
};
};
+
+ programs.git.includes = [{
+ condition = "gitdir:~/programming/nix/frappix/";
+
+ contents = {
+ user.name = "Samuel Shuert";
+ user.email = "coded@clicks.codes";
+ };
+ }];
}