fix(grfn/home): Correct delta config for syntax-theme

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
This commit is contained in:
Griffin Smith 2021-04-12 11:08:32 -04:00 committed by grfn
parent d339cc687d
commit 09a465d0a3

View file

@ -92,7 +92,7 @@ with lib;
delta = {
enable = true;
options = {
theme = "Solarized (light)";
syntax-theme = "Solarized (light)";
hunk-style = "plain";
commit-style = "box";
};