fix(terra): set nvim as default editor
This commit is contained in:
parent
b4b50ab8ae
commit
1bf2f49707
@ -45,6 +45,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.michael = {
|
users.users.michael = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user