From a42afdb935ae204c37c66e7416b7c0e3edebcdf6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 10 Aug 2023 16:58:11 +0900 Subject: feat(home/base): revert to nvim for EDITOR --- home/profiles/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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; -- cgit 1.4.1