about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-03 19:19:53 +0900
committersefidel <contact@sefidel.net>2023-08-03 19:19:53 +0900
commitb2b5806a5cb39e20246dcc642cc05431a61ccb4f (patch)
treea467362992eebd52da0fe2fd08a59b8d5ea14f44 /home/profiles/base
parentb73b56a4f12e4ce29cfa10899e66a560c50c27e9 (diff)
downloadnixrc-b2b5806a5cb39e20246dcc642cc05431a61ccb4f.tar.gz
nixrc-b2b5806a5cb39e20246dcc642cc05431a61ccb4f.zip
feat(home/base): set EDITOR to hx
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/default.nix4
1 files changed, 2 insertions, 2 deletions
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