git config!

aarch64
Zynh Ludwig 2024-02-28 00:59:37 -08:00
parent cbfa884586
commit 5b76d783ec
1 changed files with 14 additions and 0 deletions

View File

@ -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 = {