homeConfigurations

This commit is contained in:
Callum Leslie 2024-09-08 13:34:07 +01:00
parent d578b55e7d
commit e897059004
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
19 changed files with 5 additions and 1 deletions

View file

@ -1,39 +0,0 @@
{...}: {
programs.git = {
enable = true;
userName = "Callum Leslie";
userEmail = "git@cleslie.uk";
signing.key = "D382C4AFEECEAA90";
signing.signByDefault = true;
ignores = [".direnv/"];
includes = [
{
condition = "gitdir:~/repos/projects.cs.nott.ac.uk/";
contents = {
user = {
email = "psycl6@nottingham.ac.uk";
signingKey = "5A944DF89B6F65AC";
};
credential = {helper = "store";};
};
}
];
extraConfig = {
core = {
longpaths = true;
autocrlf = false;
};
init = {defaultBranch = "main";};
push = {autoSetupRemote = true;};
ghq = {root = "~/repos";};
};
diff-so-fancy.enable = true;
};
}