diff --git a/programs/git.nix b/programs/git.nix index 3c965b7..59bcb1f 100644 --- a/programs/git.nix +++ b/programs/git.nix @@ -18,9 +18,13 @@ verbose = true; }; + core = { + autocrlf = "input"; + pager = "less --mouse"; + }; + gpg.format = "ssh"; tag.gpgSign = true; - core.autocrlf = "input"; diff.submodule = "log"; init.defaultBranch = "main"; merge.conflictStyle = "zdiff3";