From 637d56fc76c31c97b579ed82412f955573ae8a73 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Feb 2024 01:32:20 -0800 Subject: [PATCH] crlf stuff and manual editor --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"