correctly configure the EDITOR

N.B.: git is still using nano! wtf git?
This commit is contained in:
colin 2022-06-05 23:58:26 -07:00
parent 8ef29966b3
commit acf89605d1
2 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,7 @@
time.timeZone = "America/Los_Angeles";
# programs.vim.defaultEditor = true;
environment.variables = {
EDITOR = "vim";
};

View File

@ -47,7 +47,4 @@
permitRootLogin = "no";
passwordAuthentication = false;
};
# TODO colin: move this somewhere else!
programs.vim.defaultEditor = true;
}