From 43fb763905aa384318f6de6d24f09ebe19f38634 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Thu, 30 Apr 2026 00:11:49 -0400 Subject: [PATCH] swithc defautl shyell editor to helix --- home-manager/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 6dbed99..091d15e 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -399,7 +399,7 @@ programs.bash = { enable = true; sessionVariables = { - EDITOR = "vim"; + EDITOR = "hx"; }; profileExtra = '' if [ -e /home/nathan/.nix-profile/etc/profile.d/nix.sh ]; then . /home/nathan/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer