set vim as system-wide default EDITOR

This commit is contained in:
Colin 2022-04-27 07:44:02 +00:00
parent 581c5735c8
commit 9bad4ad0e1

View File

@ -55,6 +55,8 @@
passwordAuthentication = false;
};
programs.vim.defaultEditor = true;
# gitea doesn't create the git user
users.users.git = {
description = "Gitea Service";