From 2a99e2a51d138662c4c5fc7c7dd2d218fa34d2b4 Mon Sep 17 00:00:00 2001 From: Hiroki Sakuraba Date: Wed, 3 Apr 2024 15:36:36 +0900 Subject: [PATCH] Update --- home/features/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/git.nix b/home/features/git.nix index 47b89738..7e9028f9 100644 --- a/home/features/git.nix +++ b/home/features/git.nix @@ -9,7 +9,7 @@ credential."https://github.com".helper = "!gh auth git-credential"; core = { - editor = "helix"; + editor = "hx"; multipackindex = true; preloadindex = true;