diff options
author | sefidel <contact@sefidel.net> | 2023-08-10 16:58:11 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-10 16:58:11 +0900 |
commit | a42afdb935ae204c37c66e7416b7c0e3edebcdf6 (patch) | |
tree | f9eee7a0a9ca9f63848a2682717d9e3db3ba9cdd /home/profiles/base/default.nix | |
parent | 74968fa68ba54efcbcd2456aaa47bfcd0a7fde14 (diff) | |
download | nixrc-a42afdb935ae204c37c66e7416b7c0e3edebcdf6.tar.gz nixrc-a42afdb935ae204c37c66e7416b7c0e3edebcdf6.zip |
feat(home/base): revert to nvim for EDITOR
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
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; |