replace diff-so-fancy with delta

This commit is contained in:
Adithya 2023-08-17 10:24:50 +05:30
parent a200fdc3a4
commit c2de229dea
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -3,8 +3,12 @@
in {
programs.git = {
enable = true;
diff-so-fancy = {
delta = {
enable = true;
options = {
side-by-side = true;
syntax-theme = "Dracula";
};
};
userEmail = user.primary.emailAddress;
userName = user.primary.realName;
@ -14,6 +18,7 @@ in {
};
extraConfig = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
push.autoSetupRemote = true;
pull.rebase = true;
};