update packages
This commit is contained in:
parent
d2c5931131
commit
fd33edab0e
7 changed files with 101 additions and 100 deletions
|
|
@ -18,8 +18,24 @@ in {
|
|||
enable = true;
|
||||
package = cfg.package;
|
||||
|
||||
userName = ''reidlab'';
|
||||
userEmail = "reidlab325@gmail.com";
|
||||
settings = {
|
||||
user.name = ''reidlab'';
|
||||
user.email = "reidlab325@gmail.com";
|
||||
|
||||
alias = {
|
||||
graph = ''log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"'';
|
||||
amend = ''commit --amend --no-edit'';
|
||||
amendall = ''commit --amend --no-edit --all'';
|
||||
};
|
||||
|
||||
credential.helper = "${cfg.package}/bin/git-credential-libsecret";
|
||||
|
||||
push.autoSetupRemote = true;
|
||||
push.gpgSign = "if-asked";
|
||||
pull.rebase = true;
|
||||
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
|
|
@ -42,21 +58,6 @@ in {
|
|||
"Icon?"
|
||||
];
|
||||
|
||||
aliases = {
|
||||
graph = ''log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"'';
|
||||
amend = ''commit --amend --no-edit'';
|
||||
amendall = ''commit --amend --no-edit --all'';
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
credential.helper = "${cfg.package}/bin/git-credential-libsecret";
|
||||
|
||||
push.autoSetupRemote = true;
|
||||
push.gpgSign = "if-asked";
|
||||
pull.rebase = true;
|
||||
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
hm.programs.gh.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue