correctly configure the EDITOR
N.B.: git is still using nano! wtf git?
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
time.timeZone = "America/Los_Angeles";
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
||||||
|
# programs.vim.defaultEditor = true;
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
};
|
};
|
||||||
|
@@ -47,7 +47,4 @@
|
|||||||
permitRootLogin = "no";
|
permitRootLogin = "no";
|
||||||
passwordAuthentication = false;
|
passwordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO colin: move this somewhere else!
|
|
||||||
programs.vim.defaultEditor = true;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user