diff --git a/homes/aly/default.nix b/homes/aly/default.nix index fa485e41..5d7dfc36 100644 --- a/homes/aly/default.nix +++ b/homes/aly/default.nix @@ -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; };