more small things

This commit is contained in:
nora 2023-09-17 21:59:26 +02:00
parent 6ab5c496f3
commit a3d63eb272
4 changed files with 17 additions and 13 deletions

View file

@ -16,7 +16,7 @@
};
extraConfig = {
core.autocrlf = false;
core.editor = "nvim";
core.editor = "${pkgs.neovim}/bin/nvim";
pull.ff = "only";
push.autoSetupRemote = true;
init.defaultBranch = "main";