Skip to content

Commit

Permalink
[chore}: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Jan 1, 2024
1 parent e078b9d commit dd10541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/modules/programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
init = {defaultBranch = "main";};
delta = {line-numbers = true;};
branch.autosetupmerge = "true";
gpg.format = "ssh";
gpg = {
format = "ssh";
ssh.allowedSignersFile = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
};
push.default = "current";
merge.stat = "true";
core.whitespace = "fix,-indent-with-non-tab,trailing-space,cr-at-eol";
Expand Down

0 comments on commit dd10541

Please sign in to comment.