diff --git a/home.nix b/home.nix index b47cd95..34334c1 100644 --- a/home.nix +++ b/home.nix @@ -110,6 +110,11 @@ graph = "log --graph --decorate --pretty=oneline --abbrev-commit"; }; extraConfig = { + core = { + editor = "nvim"; + autocrlf = false; + safecrlf = true; + }; credential = { helper = [ "cache --timeout 7200"