This commit is contained in:
alsaiduq-lab 2025-03-30 03:33:32 -06:00
parent 026d09a189
commit 8ed99daa24
7 changed files with 117 additions and 56 deletions

View file

@ -5,4 +5,14 @@
home.packages = with pkgs; [
lazygit
];
programs.git = {
enable = true;
includes = [
{ path = "./.secrets/.git-config"; }
];
extraConfig = {
credential.helper = "store --file ./.secrets/.git-credentials";
};
};
}