This commit is contained in:
alsaiduq-lab 2025-11-23 09:18:03 -07:00
parent a75c7e105c
commit f87e16b108
5 changed files with 25 additions and 51 deletions

View file

@ -16,7 +16,7 @@
includes = [
{path = "${config.home.homeDirectory}/nix/.secrets/.git-config";}
];
extraConfig = {
settings = {
credential.helper = "store --file=${config.home.homeDirectory}/nix/.secrets/.git-credentials";
};
};