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