Updated git information
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
# git is core no matter what but additional settings may could be added made in optional/foo eg: development.nix
|
# git is core no matter what but additional settings may could be added made in optional/foo eg: development.nix
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}: {
|
||||||
{
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
|
userName = "Thomas Syms";
|
||||||
|
userEmail = "thomassyms@gmail.com";
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
".csvignore"
|
".csvignore"
|
||||||
@@ -21,5 +24,4 @@
|
|||||||
".direnv"
|
".direnv"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user