From e71f8a3b476ee73ace8a193a913e8ef2e98ee3a7 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:48:09 +1000 Subject: [PATCH] add delta as pager for git --- modules/home-manager/features/git.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/features/git.nix b/modules/home-manager/features/git.nix index 55fa380..e5c125b 100644 --- a/modules/home-manager/features/git.nix +++ b/modules/home-manager/features/git.nix @@ -11,6 +11,11 @@ in programs.${feature} = { enable = true; + delta = { + enable = true; + options.theme = "Dracula"; + }; + userName = "wi11-holdsworth"; userEmail = "83637728+wi11-holdsworth@users.noreply.github.com";