diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 5a94d6d0..c0c6cf26 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -7,6 +7,10 @@ userEmail = "cyplo@cyplo.net"; delta = { enable = true; + options = { + line-numbers = true; + syntax-theme = "Solarized (dark)"; + }; }; extraConfig = { credential = { helper ="cache"; };