diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-04-12T15·08-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-04-12T15·17+0000 |
commit | 09a465d0a3e153e063cdc979a76b933014d1a6b5 (patch) | |
tree | 22a9b985ff8079ec756fb1c6d29b4b60987358b8 /users/grfn/system/home | |
parent | d339cc687d9db9066da9fa2e4f5532f96b512dd1 (diff) |
fix(grfn/home): Correct delta config for syntax-theme r/2488
this got renamed apparently Change-Id: Ic616469eafc4b56eaaccc3df24988b0af73d90e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2943 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/system/home')
-rw-r--r-- | users/grfn/system/home/modules/development.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix index 04a501e74b38..e7ef7672f901 100644 --- a/users/grfn/system/home/modules/development.nix +++ b/users/grfn/system/home/modules/development.nix @@ -92,7 +92,7 @@ with lib; delta = { enable = true; options = { - theme = "Solarized (light)"; + syntax-theme = "Solarized (light)"; hunk-style = "plain"; commit-style = "box"; }; |