various: environment.sessionVariables => environment.variables
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a696495dd9b0b531ce319785d337e6f5b173f
This commit is contained in:
parent
3bd3da0c0d
commit
49882fbae8
3 changed files with 3 additions and 3 deletions
|
@ -49,5 +49,5 @@ in {
|
|||
inherit (pkgs) uutils-coreutils-noprefix;
|
||||
});
|
||||
# helix as the only editor, a reasonable choice.
|
||||
environment.sessionVariables.EDITOR = "hx";
|
||||
environment.variables.EDITOR = "hx";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue