diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-08-19 18:02:58 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-08-19 18:02:58 +0100 |
| commit | f4a8fc1835df158b66710e28fea196df02cae538 (patch) | |
| tree | 6d8eae6d488cbf32213d7880b51b1f25d8460b5c | |
| parent | 72640f061712cccf21d55e027232022f3361828b (diff) | |
| -rw-r--r-- | modules/dev-tools.nix | 8 | ||||
| -rw-r--r-- | modules/shell.nix | 1 |
2 files changed, 8 insertions, 1 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; + }; + }; } diff --git a/modules/shell.nix b/modules/shell.nix index 6b7c2e1..e4562a0 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -55,7 +55,6 @@ settings = { core = { editor = "vim"; - pager = "delta"; }; user = { email = "${userOptions.gitEmail}"; |
