summaryrefslogtreecommitdiff
path: root/modules/dev-tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dev-tools.nix')
-rw-r--r--modules/dev-tools.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix
index 20c12e5..98e7301 100644
--- a/modules/dev-tools.nix
+++ b/modules/dev-tools.nix
@@ -81,4 +81,12 @@
};
};
};
+
+ programs.delta = {
+ enable = true;
+ enableGitIntegration = true;
+ options = {
+ keep-plus-minus-markers = true;
+ };
+ };
}