mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 13:45:29 -08:00
Compare commits
2 commits
684ee556e0
...
32dd9d3d25
Author | SHA1 | Date | |
---|---|---|---|
|
32dd9d3d25 | ||
|
8e3293c01f |
1 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
userName = "Nickiel12";
|
userName = "Nickiel12";
|
||||||
userEmail = "nicholasyoungsumner@gmail.com";
|
userEmail = "nickiel@nickiel.net";
|
||||||
extraConfig.pull.rebase = true;
|
extraConfig = {
|
||||||
|
pull.rebase = true;
|
||||||
|
branch.sort = "-committerdate";
|
||||||
|
column.ui = "auto";
|
||||||
|
rerere.enabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue