diff options
author | sefidel <contact@sefidel.net> | 2023-08-03 19:19:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-03 19:19:53 +0900 |
commit | b2b5806a5cb39e20246dcc642cc05431a61ccb4f (patch) | |
tree | a467362992eebd52da0fe2fd08a59b8d5ea14f44 /home | |
parent | b73b56a4f12e4ce29cfa10899e66a560c50c27e9 (diff) | |
download | nixrc-b2b5806a5cb39e20246dcc642cc05431a61ccb4f.tar.gz nixrc-b2b5806a5cb39e20246dcc642cc05431a61ccb4f.zip |
feat(home/base): set EDITOR to hx
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/default.nix | 4 |
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 |