defautl shyell editor to helix
This commit is contained in:
Nathan Braswell
2026-04-30 00:11:49 -04:00
parent 27dccc1d3d
commit 43fb763905

View File

@@ -399,7 +399,7 @@
programs.bash = { programs.bash = {
enable = true; enable = true;
sessionVariables = { sessionVariables = {
EDITOR = "vim"; EDITOR = "hx";
}; };
profileExtra = '' 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 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