about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-04-12T15·08-0400
committergrfn <grfn@gws.fyi>2021-04-12T15·17+0000
commit09a465d0a3e153e063cdc979a76b933014d1a6b5 (patch)
tree22a9b985ff8079ec756fb1c6d29b4b60987358b8
parentd339cc687d9db9066da9fa2e4f5532f96b512dd1 (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
-rw-r--r--users/grfn/system/home/modules/development.nix2
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 04a501e74b..e7ef7672f9 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";
       };