From 882b0a1fefe9cb86d5894b02533d5a1866732638 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sat, 8 Nov 2025 12:36:18 +0100 Subject: [PATCH] minimal: Adapt to delta change --- minimal/hm.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/minimal/hm.nix b/minimal/hm.nix index 9cc5aed..d9af285 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -117,19 +117,21 @@ }; programs.zoxide.enable = true; + programs.delta = { + enable = true; + enableGitIntegration = true; + options = { + line-numbers = true; + syntax-theme = "Dracula"; + plus-style = "auto \"#121bce\""; + plus-emph-style = "auto \"#6083eb\""; + }; + }; + programs.git = { enable = true; package = pkgs.gitFull; lfs.enable = true; - delta = { - enable = true; - options = { - line-numbers = true; - syntax-theme = "Dracula"; - plus-style = "auto \"#121bce\""; - plus-emph-style = "auto \"#6083eb\""; - }; - }; excludes = '' .cache