home/git: add gh
This commit is contained in:
parent
ac8475706e
commit
d370644b3a
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
programs.gh.enable = true;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Guanran Wang";
|
userName = "Guanran Wang";
|
||||||
|
@ -11,4 +12,10 @@
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."gh/hosts.yml".text = ''
|
||||||
|
github.com:
|
||||||
|
git_protocol: https
|
||||||
|
user: Guanran928
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue