about summary refs log tree commit diff
path: root/home/modules/development.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-07T14·58-0400
committerGriffin Smith <root@gws.fyi>2020-05-07T14·58-0400
commit2e03eba922649afc57561d952c83b5182693a793 (patch)
tree137e2b00bb35db64272c3b6bdcdbb00e162c9fd4 /home/modules/development.nix
parent9ab4a9b2e4006fcee396bd21cc9debfd374c902c (diff)
git delta config
Diffstat (limited to 'home/modules/development.nix')
-rw-r--r--home/modules/development.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/modules/development.nix b/home/modules/development.nix
index 79b4f12514..cde541f560 100644
--- a/home/modules/development.nix
+++ b/home/modules/development.nix
@@ -47,6 +47,15 @@
       github.user = "glittershark";
       merge.conflictstyle = "diff3";
     };
+
+    delta = {
+      enable = true;
+      options = [
+        "--theme 'Solarized (light)'"
+        "--hunk-style" "plain"
+        "--commit-style" "box"
+      ];
+    };
   };
 
   home.file.".psqlrc".text = ''