From 1bf2f497076e982444c902b13956f159d686365e Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 3 Jun 2024 11:47:35 -0400 Subject: [PATCH] fix(terra): set nvim as default editor --- machines/terra/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 = {