Skip to content

Commit

Permalink
Reset delta configuration to default
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 15, 2023
1 parent 1c8e87d commit 9422e1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions home/colours.nix
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,6 @@ let
catppuccin-latte = "GitHub";
}.${config.me.theme} or "Monokai Extended";

delta-diff-so-fancy = !is-light-theme;

bat-theme = {
github-light = "GitHub";
solarized = "Solarized (light)";
Expand Down Expand Up @@ -549,7 +547,6 @@ with lib;
};
config = {
programs.bat.config.theme = bat-theme;
programs.git.delta.options.diff-so-fancy = delta-diff-so-fancy;
programs.helix.settings.theme = helix-theme;
programs.fish.interactiveShellInit = ''
# configure colour theme
Expand Down
3 changes: 0 additions & 3 deletions home/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
};
delta = {
enable = true;
options = {
side-by-side = false;
};
};
includes = [
{
Expand Down

0 comments on commit 9422e1f

Please sign in to comment.