This commit is contained in:
Ray Andrew 2024-11-20 00:42:53 -06:00
parent c60f15823b
commit cdd417f391
No known key found for this signature in database

View file

@ -15,7 +15,22 @@ in
};
userEmail = "rs@rs.ht";
userName = "Ray Andrew";
signing.key = "${home}/.ssh/id_ed25519.pub";
signing = {
key = "${home}/.ssh/id_ed25519.pub";
signByDefault = true;
gpgPath = "";
};
ignores = [
".DS_Store"
"*~"
"*.swp"
];
extraConfig = {
gpg.format = "ssh";
core.editor = "nvim";
credential.helper = "store --file ${home}/.git-credentials";
pull.rebase = true;
};
};
programs.gh = {