diff --git a/home/colours.nix b/home/colours.nix index 193c76a1..ce2c6057 100644 --- a/home/colours.nix +++ b/home/colours.nix @@ -638,13 +638,6 @@ let is-light-theme = lib.elem config.me.theme [ "github-light" "solarized" "catppuccin-latte" ]; - delta-theme = { - github-light = "GitHub"; - solarized = "Solarized (light)"; - catppuccin-latte = "GitHub"; - nord = "Nord"; - }.${config.me.theme} or "ansi"; - bat-theme = { github-light = "GitHub"; solarized = "Solarized (light)"; @@ -756,7 +749,6 @@ with lib; color15 = current-theme.bright.white; }; - programs.git.delta.options.syntax-theme = delta-theme; programs.vscode.userSettings = { "workbench.colorTheme" = config.me.vscode-theme or ({ }.${config.me.theme} or "Monokai Pro"); }; diff --git a/home/git.nix b/home/git.nix index 81775ad5..6d57f9da 100644 --- a/home/git.nix +++ b/home/git.nix @@ -86,6 +86,10 @@ }; delta = { enable = true; + options = { + side-by-side = true; + diff-so-fancy = true; + }; }; includes = [ {