summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2024-07-12 13:07:36 -0700
committerBen Sima <bsima@groq.com>2024-07-12 13:07:36 -0700
commit93a246e99dcd0abc1c99fc9c960190ee0258b73b (patch)
treeb0922e06944492c5bc1f24cdf758fb9968878002 /lib
parent1679d4f13d57149eb64a365138077fdba2b8430c (diff)
Use emacs in groq
Diffstat (limited to 'lib')
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
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;