aly/git: use zed

This commit is contained in:
Aly Raffauf 2024-08-09 21:29:33 -04:00
parent 776b544728
commit 605411a318

View file

@ -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;
};