aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-26 04:20:00 -0500
committerRobert Helgesson <robert@rycee.net>2020-05-05 00:12:58 +0200
commitcba7b6ee6e056421f862b008b45f1ff9cc2e7252 (patch)
treec7b7817d7e600f806874bd03e856d88e0707f999 /modules/misc/news.nix
parent03b4f81679456dc565722b38b18c27911b135d66 (diff)
git: add basic support for delta
PR #1198
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index 9cfdb572eaf..539c5affe00 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1503,6 +1503,16 @@ in
A new module is available: 'programs.aria2'
'';
}
+
+ {
+ time = "2020-05-04T21:19:43+00:00";
+ condition = config.programs.git.enable;
+ message = ''
+ The Git module now supports the 'delta' syntax highlighter.
+
+ It can be enabled through the option 'programs.git.delta.enable'.
+ '';
+ }
];
};
}