From 8a8bc40c439090f7c31c6113e204be08abf6d0f8 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 11 May 2024 21:48:11 -0400 Subject: [PATCH] Set EDITOR to vim --- hosts/kim/annika.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kim/annika.nix b/hosts/kim/annika.nix index 4e77b3b..b6befa0 100644 --- a/hosts/kim/annika.nix +++ b/hosts/kim/annika.nix @@ -65,7 +65,7 @@ # /etc/profiles/per-user/annika/etc/profile.d/hm-session-vars.sh # home.sessionVariables = { - # EDITOR = "emacs"; + EDITOR = "vim"; SUDO_EDITOR = "vim"; };