add git oauth and cache

This commit is contained in:
Vinzenz Schroeter 2025-02-13 19:04:14 +01:00
parent 3acaf5d98a
commit 2f19ef4f5f
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ inputs@{ pkgs, ... }:
git = import ./git.nix;
vscode = import ./vscode.nix inputs;
ssh = import ./ssh.nix;
git-credential-oauth.enable = true;
direnv = {
enable = true;

View file

@ -12,6 +12,7 @@
pull.ff = "only";
merge.tool = "kdiff3";
push.autoSetupRemote = "true";
credential.credentialStore = "cache";
};
ignores = [