mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Set nvim as core.editor for git
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
a23bb49688
commit
634c5e3806
|
@ -13,6 +13,9 @@ in {
|
||||||
signing.key = "2F16FBF3262E090C";
|
signing.key = "2F16FBF3262E090C";
|
||||||
signing.signByDefault = true;
|
signing.signByDefault = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
|
extraConfig = {
|
||||||
|
core.editor = "nvim";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue