aly/git: use zed

This commit is contained in:
Aly Raffauf 2024-08-09 21:36:39 -04:00
parent 2d4491c743
commit be4b7f75fa

View file

@ -54,7 +54,7 @@ in {
extraConfig = { extraConfig = {
color.ui = true; color.ui = true;
core.editor = "${lib.getExe config.programs.zed.package} --wait"; core.editor = "${lib.getExe config.ar.home.apps.zed.package} --wait";
github.user = "alyraffauf"; github.user = "alyraffauf";
push.autoSetupRemote = true; push.autoSetupRemote = true;
}; };