diff --git a/machines/terra/configuration.nix b/machines/terra/configuration.nix index 6443617..235dc01 100644 --- a/machines/terra/configuration.nix +++ b/machines/terra/configuration.nix @@ -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 = {