mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Set git.diff-so-fancy.enable = true;
This commit is contained in:
@@ -58,6 +58,8 @@ in
|
|||||||
|
|
||||||
userName = "Dave Gallant";
|
userName = "Dave Gallant";
|
||||||
|
|
||||||
|
diff-so-fancy.enable = true;
|
||||||
|
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
@@ -84,21 +86,6 @@ in
|
|||||||
|
|
||||||
includes = [ { path = "~/.gitconfig-work"; } ];
|
includes = [ { path = "~/.gitconfig-work"; } ];
|
||||||
|
|
||||||
delta = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
options = {
|
|
||||||
features = "line-numbers decorations";
|
|
||||||
whitespace-error-style = "22 reverse";
|
|
||||||
plus-style = "green bold ul '#198214'";
|
|
||||||
decorations = {
|
|
||||||
commit-decoration-style = "bold yellow box ul";
|
|
||||||
file-style = "bold yellow ul";
|
|
||||||
file-decoration-style = "none";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
push = {
|
push = {
|
||||||
default = "current";
|
default = "current";
|
||||||
|
Reference in New Issue
Block a user