Testing home-manager git includes
This commit is contained in:
parent
aced32a329
commit
2aace1d98e
1 changed files with 8 additions and 0 deletions
|
@ -11,5 +11,13 @@ in
|
||||||
/* The home.stateVersion option does not have a default and must be set */
|
/* The home.stateVersion option does not have a default and must be set */
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "albert";
|
||||||
|
userEmail = "albert@sysctl.io";
|
||||||
|
includes.credentials.contents {
|
||||||
|
helper = "cache --timeout=25920000";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue