home/terminal: add $EDITOR
This commit is contained in:
parent
4bb7f32c2b
commit
936f58de75
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@
|
||||||
./programs
|
./programs
|
||||||
./shell
|
./shell
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue