other/git.nix: add userName and userEmail
This commit is contained in:
parent
7bf8f80d3d
commit
b44d206b76
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
home.packages = with pkgs; [gnupg];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Charlie Root";
|
||||
userEmail = "charlie@charlieroot.dev";
|
||||
signing = {
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPiRe9OH/VtWFWyy5QbAVcN7CLxr4zUtRCwmxD6aeN6";
|
||||
signByDefault = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue