updates
This commit is contained in:
parent
026d09a189
commit
8ed99daa24
7 changed files with 117 additions and 56 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue