about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index dd7fd6a..fc759c1 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -17,7 +17,7 @@ in
   config = lib.mkIf cfg.enable {
     home.sessionVariables = rec {
       # NIXOS_OZONE_WL = 1; # FIXME: interface 'wl_output' has no event 4
-      EDITOR = "hx";
+      EDITOR = "nvim";
       VISUAL = EDITOR;
       GIT_EDITOR = EDITOR;