about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-10 16:58:11 +0900
committersefidel <contact@sefidel.net>2023-08-10 16:58:11 +0900
commita42afdb935ae204c37c66e7416b7c0e3edebcdf6 (patch)
treef9eee7a0a9ca9f63848a2682717d9e3db3ba9cdd /home/profiles/base
parent74968fa68ba54efcbcd2456aaa47bfcd0a7fde14 (diff)
downloadnixrc-a42afdb935ae204c37c66e7416b7c0e3edebcdf6.tar.gz
nixrc-a42afdb935ae204c37c66e7416b7c0e3edebcdf6.zip
feat(home/base): revert to nvim for EDITOR
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/default.nix2
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;