From 72fea7bb9f3026316c4305cd9858f4d32a091ef9 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 11 Nov 2020 13:06:55 -0500 Subject: [PATCH] change default editor --- modules/cli.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cli.nix b/modules/cli.nix index d2b154d..fae2d89 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -62,6 +62,8 @@ virtualisation.podman.enable = true; + environment.variables.EDITOR = "vim"; + environment.variables.PLGO_HOSTNAMEFG = "0"; environment.variables.PLGO_HOSTNAMEBG = "114";