mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-23 00:17:10 +01:00
add git oauth and cache
This commit is contained in:
parent
3acaf5d98a
commit
2f19ef4f5f
|
@ -10,6 +10,7 @@ inputs@{ pkgs, ... }:
|
||||||
git = import ./git.nix;
|
git = import ./git.nix;
|
||||||
vscode = import ./vscode.nix inputs;
|
vscode = import ./vscode.nix inputs;
|
||||||
ssh = import ./ssh.nix;
|
ssh = import ./ssh.nix;
|
||||||
|
git-credential-oauth.enable = true;
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
merge.tool = "kdiff3";
|
merge.tool = "kdiff3";
|
||||||
push.autoSetupRemote = "true";
|
push.autoSetupRemote = "true";
|
||||||
|
credential.credentialStore = "cache";
|
||||||
};
|
};
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
|
|
Loading…
Reference in a new issue