refactor: configure difftastic

This commit is contained in:
Michael Mandl 2025-05-20 12:56:52 +02:00
parent 759bda1d77
commit dfec21163a
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -1,6 +1,10 @@
{ pkgs, userName, userEmail, gpgSigningKey, ... }:
{ {
pkgs,
userName,
userEmail,
gpgSigningKey,
...
}: {
programs = { programs = {
less.enable = true; less.enable = true;
git-credential-oauth.enable = true; git-credential-oauth.enable = true;
@ -23,6 +27,8 @@
difftastic = { difftastic = {
enable = true; enable = true;
background = "light"; background = "light";
display = "side-by-side-show-both";
enableAsDifftool = true;
}; };
lfs = { lfs = {