From 93a246e99dcd0abc1c99fc9c960190ee0258b73b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 12 Jul 2024 13:07:36 -0700 Subject: Use emacs in groq --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common.nix b/lib/common.nix index bdf01cd..f9dfbf3 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -9,7 +9,7 @@ in { stateVersion = "18.09"; sessionVariables = { GPGID = gpgid; - EDITOR = "vim"; + EDITOR = lib.mkDefault "vim"; LANG = locale; # LC_ALL = locale; # bash prints an error when I try to set this LANGUAGE = locale; -- cgit v1.2.3