mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
more small things
This commit is contained in:
parent
c34c4758aa
commit
8594744f53
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