home-manager: set EDITOR explicitly

This commit is contained in:
2025-11-29 14:11:50 +01:00
parent 5356d3043f
commit 421e978aa4

View File

@@ -16,6 +16,8 @@
defaultEditor = true; defaultEditor = true;
}; };
home.sessionVariables.EDITOR = "hx";
xdg.configFile."helix/config.toml".source = "${config.dotfiles.path}/.config/helix/config.toml"; xdg.configFile."helix/config.toml".source = "${config.dotfiles.path}/.config/helix/config.toml";
xdg.configFile."helix/languages.toml".source = xdg.configFile."helix/languages.toml".source =
"${config.dotfiles.path}/.config/helix/languages.toml"; "${config.dotfiles.path}/.config/helix/languages.toml";