added git credential oauth

This commit is contained in:
John Lancaster
2026-03-26 21:53:16 -05:00
parent 608a261807
commit cb0c671f47
+5 -3
View File
@@ -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 = {