From cb0c671f47f42d9ba8a4d8ee761b64db5cef2102 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:53:16 -0500 Subject: [PATCH] added git credential oauth --- modules/programs/git.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/programs/git.nix b/modules/programs/git.nix index 1dd7a97..5181837 100644 --- a/modules/programs/git.nix +++ b/modules/programs/git.nix @@ -1,6 +1,8 @@ -{ - flake.modules.homeManager.git = { config, lib, ... }: - { +{ self, inputs, ... }: { + flake.modules.homeManager.git = { config, pkgs, lib, ... }: { + home.packges = with pkgs; [ + git-credential-oauth + ]; programs.git = { enable = true; settings = {