mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
aly/git: use zed
This commit is contained in:
parent
776b544728
commit
605411a318
|
@ -54,7 +54,7 @@ in {
|
|||
|
||||
extraConfig = {
|
||||
color.ui = true;
|
||||
core.editor = "${lib.getExe config.programs.vscode.package} --wait";
|
||||
core.editor = "${lib.getExe config.programs.zed.package} --wait";
|
||||
github.user = "alyraffauf";
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue