added git credential oauth
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
{
|
{ self, inputs, ... }: {
|
||||||
flake.modules.homeManager.git = { config, lib, ... }:
|
flake.modules.homeManager.git = { config, pkgs, lib, ... }: {
|
||||||
{
|
home.packges = with pkgs; [
|
||||||
|
git-credential-oauth
|
||||||
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user