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
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
userName = "Thomas Syms";
|
||||
userEmail = "thomassyms@gmail.com";
|
||||
|
||||
ignores = [
|
||||
".csvignore"
|
||||
@@ -21,5 +24,4 @@
|
||||
".direnv"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user