mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 04:35:07 +01:00
more small things
This commit is contained in:
parent
6ab5c496f3
commit
a3d63eb272
4 changed files with 17 additions and 13 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue