From dc06cb6e3bfa5aa02ebfd9c54789c612c513c6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 17 Oct 2020 13:46:44 +0100 Subject: [PATCH] configure it diff --- nixos/git/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; };