fix(terra): set nvim as default editor

This commit is contained in:
Michael Thomas 2024-06-03 11:47:35 -04:00
parent b4b50ab8ae
commit 1bf2f49707

View File

@ -45,6 +45,7 @@
};
programs.zsh.enable = true;
environment.variables.EDITOR = "nvim";
# Define a user account. Don't forget to set a password with passwd.
users.users.michael = {