feat: format

This commit is contained in:
2024-11-20 10:57:39 -05:00
parent 74c81d7fea
commit 7a891d17cb
10 changed files with 120 additions and 111 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
programs.git-credential-oauth.enable = true;
programs.git = {
enable = true;
@@ -25,11 +24,10 @@
"https://git.yadunut.dev" = {
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";
oauthScopes = "read:repository write:repository";
oauthAuthURL = "/login/oauth/authorize";
oauthTokenURL = "/login/oauth/access_token";
oauthAuthURL = "/login/oauth/authorize";
oauthTokenURL = "/login/oauth/access_token";
};
};
};
};
home.packages = [