helix: Set "EDITOR" env variable in nix config
This commit is contained in:
parent
c575ff0a3c
commit
77ce171dac
1 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,8 @@
|
||||||
".config/helix/config.toml".source = ./config.toml;
|
".config/helix/config.toml".source = ./config.toml;
|
||||||
".config/helix/languages.toml".source = ./languages.toml;
|
".config/helix/languages.toml".source = ./languages.toml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
EDITOR = "hx";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue