home-manager: set EDITOR and VISUAL to vim
This commit is contained in:
parent
414f303113
commit
9499761e7f
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
home.file = {
|
||||
".hgrc".source = ./hgrc;
|
||||
};
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
VISUAL = "vim";
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue