hosts/common.nix: do not set EDITOR env var to the whole helix path
This commit is contained in:
parent
3d9518e758
commit
c71ca90e94
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ in {
|
||||||
inherit wrapped-helix fish;
|
inherit wrapped-helix fish;
|
||||||
};
|
};
|
||||||
# helix as the only editor, a reasonable choice.
|
# helix as the only editor, a reasonable choice.
|
||||||
environment.sessionVariables.EDITOR = pkgs.lib.getExe' wrapped-helix "hx";
|
environment.sessionVariables.EDITOR = "hx";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue