From 8b2445c9b43cfd9a8afe533b3e68ab3f8e62e29f Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Thu, 8 May 2025 23:57:30 +0300 Subject: [PATCH] feat(home): add git delta and credential storing --- home/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/common.nix b/home/common.nix index 3045fae..f8848d7 100644 --- a/home/common.nix +++ b/home/common.nix @@ -23,7 +23,9 @@ enable = true; userName = "xezo360hye"; userEmail = "xezo360hye@gmail.com"; + delta.enable = true; extraConfig = { + credential.helper = "store"; init.defaultBranch = "master"; url."https://github.com/".insteadOf = [ "gh:" "github:" ]; url."https://git.psf.lt/".insteadOf = [ "psf:" "gitea:" ];