From 605411a318ce0d9a5b6763ff201300114ceb7bcc Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 9 Aug 2024 21:29:33 -0400 Subject: [PATCH] aly/git: use zed --- homes/aly/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };