diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-07T14·58-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-07T14·58-0400 |
commit | 2e03eba922649afc57561d952c83b5182693a793 (patch) | |
tree | 137e2b00bb35db64272c3b6bdcdbb00e162c9fd4 | |
parent | 9ab4a9b2e4006fcee396bd21cc9debfd374c902c (diff) |
git delta config
-rw-r--r-- | home/modules/development.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/modules/development.nix b/home/modules/development.nix index 79b4f1251453..cde541f5608f 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 = '' |