From b2b5806a5cb39e20246dcc642cc05431a61ccb4f Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Aug 2023 19:19:53 +0900 Subject: feat(home/base): set EDITOR to hx --- home/profiles/base/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 8f53635..ef5be10 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -17,8 +17,8 @@ in config = lib.mkIf cfg.enable { home.sessionVariables = rec { # NIXOS_OZONE_WL = 1; # FIXME: interface 'wl_output' has no event 4 - EDITOR = "nvim"; - VISUAL = "nvim"; + EDITOR = "hx"; + VISUAL = EDITOR; GIT_EDITOR = EDITOR; # Airport -- cgit 1.4.1