From be4b7f75fac14be2edb733d38cdcc9e269f1c5c1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 9 Aug 2024 21:36:39 -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 5d7dfc36..91239a0d 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.zed.package} --wait"; + core.editor = "${lib.getExe config.ar.home.apps.zed.package} --wait"; github.user = "alyraffauf"; push.autoSetupRemote = true; };