git config!
This commit is contained in:
parent
cbfa884586
commit
5b76d783ec
1 changed files with 14 additions and 0 deletions
14
home.nix
14
home.nix
|
@ -99,6 +99,20 @@
|
|||
enable = true;
|
||||
userName = "Zynh Ludwig";
|
||||
userEmail = "zynh0722@gmail.com";
|
||||
extraConfig = {
|
||||
credential = {
|
||||
helper = [
|
||||
"cache --timeout 7200"
|
||||
"oauth"
|
||||
];
|
||||
"http://git.zynh.me" = {
|
||||
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";
|
||||
oauthScopes = "read_repository write_repository";
|
||||
oauthAuthURL = "/login/oauth/authorize";
|
||||
oauthTokenURL = "/login/oauth/access_token";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
|
|
Loading…
Reference in a new issue