Set EDITOR, VISUAL in helix module
This commit is contained in:
@ -15,6 +15,11 @@ in {
|
|||||||
options.modules.helix = import ./options.nix {inherit lib mylib;};
|
options.modules.helix = import ./options.nix {inherit lib mylib;};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
home.sessionVariables = {
|
||||||
|
EDITOR = "hx";
|
||||||
|
VISUAL = "hx";
|
||||||
|
};
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user