From 4ad5130303a0b7b9532bc3241eddfda1e56e458f Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 16:11:50 -0700 Subject: [PATCH] feat: set EDITOR environment variable --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index fb669da..9714a55 100644 --- a/configuration.nix +++ b/configuration.nix @@ -71,6 +71,11 @@ juanfont-headscale.headscale # install to allow debugging/control of headscale using the CLI ]; + environment.variables = { + EDITOR = "hx"; + VISUAL = "hx"; + }; + # List services that you want to enable: # Enable the OpenSSH daemon.