home-manager: set EDITOR explicitly
This commit is contained in:
parent
5356d3043f
commit
421e978aa4
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
defaultEditor = true;
|
||||
};
|
||||
|
||||
home.sessionVariables.EDITOR = "hx";
|
||||
|
||||
xdg.configFile."helix/config.toml".source = "${config.dotfiles.path}/.config/helix/config.toml";
|
||||
xdg.configFile."helix/languages.toml".source =
|
||||
"${config.dotfiles.path}/.config/helix/languages.toml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue